y_kx_b's blog

By y_kx_b, history, 3 years ago, In English

Nowadays cf usually use multiple testcases instead of multiple samples to decrease competitor's sample-test-time or due to other reason.

But some problems can't use multiple testcases(such as 1743D - Problem with Random Tests) and a friend of mine get penalties because of Wrong answer on test(sample) 2/3.

Can MikeMirzayanov fix it, or it is just cf feature?

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

»
3 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

It's the cf rule.

»
3 years ago, hide # |
 
Vote: I like it +19 Vote: I do not like it

My opinion is that, the rule is to pretend wrong submissions across problems, for example I want to submit a problem C solution but I missubmitted it to problem B.

But if you can pass the first sample, you are not submitting the wrong problem, are you?