When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

minthe's blog

By minthe, history, 18 months ago, In English

I'm creating a problem in Polygon that will include a grader. My grader has several assert statements (and all the testing is done using these assertions). The problem is that contestants can't see the error message if any assertion fails.

Right now the test result shows Runtime Error and the message is "Exit code was 3". And I'd like to make it possible for contestants to see the exact assertion message.

How does one propagate the error message forward to the test results?

Full text and comments »

  • Vote: I like it
  • +16
  • Vote: I do not like it