pllk's blog

By pllk, 7 years ago, In English

A collection of old BOI contests is now available at:

https://cses.fi/boi/list/

At the moment all contests from 2005 to 2018 are available. There are two ways to practice: you can start a virtual contest which is like the original contest (5 hours time to solve the problems), or then you can just upsolve the problems without limitations.

Update Jul/15/2018: Years 2017 and 2018 have been added

  • Vote: I like it
  • +104
  • Vote: I do not like it

| Write comment?
»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

where can i find BOI solutions ?

»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Do we have something(Virtual Participation) like this for APIO,CEO and Balkan OI too??

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

The partial score isn't work for BOI 2010 , day 1 in virtual contest. Can you please fix it? Ty =)

  • »
    »
    6 years ago, # ^ |
      Vote: I like it +9 Vote: I do not like it

    There is no partial score in that contest, because no subtasks are specified in the task statement. It is true that the original contest had partial score; however for many BOI contests the original grouping of test cases is not available anymore, and the modern IOI rules are different. For this reason, only tasks with specified subtasks can have partial score in the BOI contest collection.

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

How to make an account?

  • »
    »
    6 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    There is a "Create account" link at the top of the page.

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

I can't find a virtual contest start button in BOI 2017 and 2018. Can you please fix it?

  • »
    »
    6 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thank you for your comment! It is fixed now.

»
6 years ago, # |
Rev. 2   Vote: I like it +8 Vote: I do not like it

Heh, I was just solving BOI 2018, day 2, problem A. As the saying goes, every problem has a simple, nice, incorrect solution, and I found one that passes despite being incorrect (I have a test it fails).

UPD: But I know how to fix that failing case.

my idea