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

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

is there is anyway to know the test i am getting wrong answer in if it is something like wrong answer in test 1050

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

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

The way is to note down the number of test cases and on which test case the answer is coming wrong.
Then you can modify your code to only print something else only on that specific test case .

Example code

Look at this for example, you can see the output of test 3 https://codeforces.com/contest/1101/submission/184391178