Duelist1234's blog

By Duelist1234, history, 12 months ago, In English

Is there actually any way of seeing lets say test case 91 , because usually it just shows like less then the first 50

  • Vote: I like it
  • -8
  • Vote: I do not like it

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

no, codeforces don't support downloading the whole testing data of a problem.

usually, it's easier to rewrite your code and rethink the edge cases. but if you really need the failed test case, you can hard code a condition to catch the failing test case and only output its data.

»
12 months ago, # |
  Vote: I like it -6 Vote: I do not like it

i test cases while high