Hello guys!
As we all know, that whenever we try to solve a Q on codechef which has a subtask, we get a window like this-
But its not the case for problems without sub-tasks. In those problems we get a simple WA, TLE or green tick of correct answer.
I wish to suggest to add the feature of showing details of test cases for problems with no sub-tasks too. It would be of great help in debugging if we are able to see how many test-cases we passed/failed. Examples-
-
A correct answer on sample cases, but failing every other test case would immediately hint at misinterpretation of problem or violation of output rule.
-
Seeing your code failing on 1-2 test cases out of 15 would hint that you’re missing a corner case, while seeing code fail on 14/15 test-cases hint at program being wrongly implemented/Q being misinterpreted. This is important because on receiving a simple cross and WA, programmer is left confused if its due to misinterpreting problem, due to failing in corner case, or complete wrong implementation of program altogether.
I think many of us would appreciate this feature! But I wish to know what you guys have to say, if you guys have anything to add-on or change. Please share your views