Not working for recent contest problem.
UPD: CodeChef: Practical coding for everyone
Please help me with this. Feature can’t find a testcase where the solution fails , neither can I. If that’s not the case I think solution should be correct.
Consider this test case:
STDIN
1
9 2
8 6
8 2
Expected Output
7
4
Your Output
7
2
Nice Feature, this would be very much helpful.
There was an issue with the test case finder. It is fixed now. You can try again.
Actually thats a really good feature
… because till now we never knew where we are failing and giving a test case to check our corner cases would be great … and the best part we won’t be given a full testcase that requires a lot of time , but the case where it gave WA… nice ![]()
Bestest update till now, appreciable feature. ![]()
Hey guys, wouldnt this make competitive programming a pay to win?![]()
I feel they should limit the number of times one can use this feature in a month. Say, around 20 free debugs and then charge based on the usage
.
Thanks MasterChef. I’m sure this feature attracts more people to solve the problem, who generally have no idea after getting WA repeatedly. Keep Coding, have your moral high while solving tougher problems. Thank you…
It is a very useful feature. Often I have understood the solution of a problem which uses a different approach, but without understanding where exactly was my approach going wrong. This feature will calm many frustrated minds.
Finally …
Thanks chef.
I really like this idea… since most people would like >20 debugs a month, this would sufficiently incentivize premium imo
In my opinion codechef was already best coding website because of sufficient time to solve problems and the discussions are always relevant unlike codeforces. And now this feature
very nice
For this submission CodeChef: Practical coding for everyone , WA test case either seems to be displaying wrong cases OR some problem with test cases for the problem.
Thanks for reporting. We’ll look into this edge case.
Your code basically fails on a file with 2 ‘small’ test cases, followed by 2 large test cases. And your code doesn’t print anything for the 2 large cases.
Thanks for reporting. We’ll check and update here.

