This commit is contained in:
Barrett Ruth 2025-10-02 23:07:10 -04:00
parent 0061161a90
commit 69ffc2d9dd
2 changed files with 3 additions and 2 deletions

View file

@ -422,7 +422,8 @@ Test cases use competitive programming terminology with color highlighting:
AC Accepted (passed) - Green
WA Wrong Answer (output mismatch) - Red
TLE Time Limit Exceeded (timeout) - Orange
RTE Runtime Error (non-zero exit) - Purple
MLE Memory Limit Exceeded Error (heuristic) - Orange
RTE Runtime Error (other non-zero exit code) - Purple
<
==============================================================================