Danny_Phantom's blog

By Danny_Phantom, history, 16 months ago, In English

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

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

»
16 months ago, # |
  Vote: I like it +1 Vote: I do not like it

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