shad_kidwai's blog

By shad_kidwai, history, 14 months ago, In English

I was trying to solve a question.

MyCode

How to know for which test case my code fails??

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

| Write comment?
»
14 months ago, # |
  Vote: I like it +4 Vote: I do not like it

Submission in group contest are not visible to everyone, it's better to paste your code in a "spoiler" part.

»
14 months ago, # |
  Vote: I like it +17 Vote: I do not like it

If one of your submissions gets "Wrong Answer on test 2", and another "Wrong Answer on test 20", you know you made some progress.

  • »
    »
    14 months ago, # ^ |
      Vote: I like it +8 Vote: I do not like it

    I think, and your answer is closer more explanation if you get wrong answer in testcase 2 may you understand the problem wrong and you should read it again , but in testcase 20 it differ you know the idea .