Test Case Submission Response

When you receive each submission for an assessment that involves test cases, you will observe various statuses in the Test Cases Result. Here’s the explanation of each status:

StatusExplanation
CorrectThe test case was executed perfectly.
WrongThe program runs without errors, but the function does not produce the correct output.
Execution TimeoutThe program runs without errors but was terminated due to exceeding the execution time limit
Runtime ErrorThe program runs successfully but was stopped due to an error.
Compile ErrorFailed to compile the source code due to syntax errors or similar issues; it will not run.
Memory ExceededThe program runs successfully but was stopped due to exceeding the memory usage limit.