Блог пользователя Duelist1234

Автор Duelist1234, история, 8 месяцев назад, По-английски

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

  • Проголосовать: нравится
  • -8
  • Проголосовать: не нравится

»
8 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

I did it once. I output that value in my answer thus, I could see where my code is failing. Here is how I did it 227046320.

  • »
    »
    8 месяцев назад, # ^ |
    Rev. 3   Проголосовать: нравится 0 Проголосовать: не нравится

    Just giving more clarity to Duelist1234, you have to output the input value for that particular test case and see the wrong answer reason after submitting. It shows some X printed instead of the answer . That X is actually your input for that particular test case.

»
8 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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.

»
8 месяцев назад, # |
  Проголосовать: нравится -6 Проголосовать: не нравится

i test cases while high