At this course you will be able to see for each submission a detailed table containing the result for each test case on which your program was tested (you can access it by clicking on the result of the submission on listing). Some of the tests are public, meaning that if you fail them you will be able to see what was the input and the expected output).
Answer | Meaning |
---|---|
Accepted | The program produced the correct output for all test cases |
Compile Time Error | The system was not able to successfully compile the code |
Runtime Error | The program terminated prematurely, generating an error during the execution (e.g. segfault, division by zero, etc) |
Time Limit Exceeded | The program took more execution time than what was allowed |
Memory Limit Exceeded | The program used more memory than what was allowed |
Wrong Answer | The output of the program is not what was expected |
Presentation Error | The program seems to produce a correct output but with a wrong format (e.g. wrong spaces or newlines). This message is only sent on obvious cases. |
Output Limit Exceeded | The amount of output was longer than what was allowed |
Program Size Exceeded | The size of the submitted was file was bigger than what was allowed |
Requires Reevaluation | For some reason your program need to be reevaluated/td> |
Invalid Function | Foi usada uma função do Java não permitida ou outro erro não designado |