Are there online judges who provide users with all the test cases that the engine uses?

I recently tried a problem, my code works well in cases where it was presented as an input sample , but failed when I sent it, and I still have not found any errors. So I really hope that some online judges who give me all the test cases use his engine so that I can find out the details when it reports such as WA , RE , OLE .Or This can give me a report, at least , tell me that the code does not work, on what tests.

+8
algorithm
source share
2 answers

Topcoder provides all test cases. You can also check other people's decisions. However, it’s a little difficult to get started at Topcoder. You will need to launch a java applet for practice / participation in Topcoder competitions. You can find the applet in the upper left corner of the page under the O (n) icon. You can check out the forum for more help.

+9
source share

opc.iarcs.org.in

You can find test cases on the main website www.iarcs.org.in

0
source share

All Articles