Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

Ahnaf.Shahriar.Asif's blog

By Ahnaf.Shahriar.Asif, history, 5 years ago, In English

Hello , Can someone set IOI style problems using codeforces polygon ? Actually can we make a contest using IOI style problems, where we will be able to use subtasks and other stuffs ?

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

Find "General Info > Are test points enabled?" and "Tests > Use subtasks" ticks in the problem in Polygon.

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

Yes, it is possible. In checker file you need to change quitf(_ok, ...) to quitp(_pc(SCORE), ...). This will give you 16 + SCORE points for each test. Something like this:

if (extraInOufCount > 0)
    quitf(_wa, "WA");
quitp(_pc(-15), "OK");