0
How to see the hidden test conditions in problems?
3 Answers
+ 3
I think hidden test cases can't be seen by anyone.
Even pro players can't see them.
I think these conditions are kept secretly.
+ 1
You don't, that's part of the puzzle.
Sure, it could be frustrating with some problems but most of the time you missed a small detail from the explanation page.
Otherwise, grab pen and paper and try to come up with some edge cases your program might not be handling correctly, that's how you improve for the next time. :)
If everyone was able to see the hidden tests you could just hardcode every problem without needing to think of a solution.
0
Then how can we identify at which condition program is not running