ACM错误提示/错误原因
Compiling ??? 代碼正在后臺編譯
Restricted Function ?? 代碼中使用了不安全的函數
Compilation Error ?? 代碼編譯錯誤,可以點擊查看編譯錯誤細節
Running ??? 程序運行中
Time Limit Exceeded ?? 程序超過了題目的時間限制
Memory Limit Exceeded ?? 程序超過了題目的內存限制
Runtime Error:SIGFPE ?? 程序運行時錯誤:浮點數異常
Runtime Error:SIGSEGV ?? 程序運行時錯誤:段錯誤
Presentation Error ?? 程序正確,但是輸出格式有錯誤
Accepted ??? 程序正確,題目已經正確解答
Wrong Answer ??? 程序不正確
?
Waiting: Your program is being judged or waiting to be judged.
Accepted (AC): Congratulations! Your program has produced the correct output!
Presentation Error (PE): Your program's output format is not exactly the same as required by the problem, although the output is correct. This usually means the existence of omitted or extra blank characters (white spaces, tab characters and/or new line characters) between any two non-blank characters, and/or blank lines (a line consisting of only blank characters) between any two non-blank lines. Trailing blank characters at the end of each line and trailing blank lines at the of output are not considered format errors. Check the output for spaces, blank lines, etc. against the problem's output specification.
Wrong Answer (WA): Your program does not produce the correct output. Special judge programs will possibly return Wrong Answer in place of Presentation Error for simplicity and robustness.
Runtime Error (RE): Your program has failed during the execution. Possible causes include illegal file access, stack overflow, out of range in pointer reference, floating point exception, division by zero and many others. Programs that stay not responding for a long time (not consuming CPU cycles) may also be considered to have encountered runtime errors.
Time Limit Exceed (TLE): The total time your program has run for has exceeded the limit.
Each problem has two time limits - TOTAL TIME LIMIT and CASE TIME LIMIT. The former is the total time allowed for your program to deal with all input files. And the latter is the total time allowed for your program to deal with a single input file. Exceeding either one will lead to Time Limit Exceed. If you get Time Limit Exceed but find that your program has run for less time than is limited, your program must have exceeded that CASE TIME LIMIT.
Problems without a special demand on the time limit for a single input file will have its case time limit is trivially set as the same as its total time limit and the phrase "Case Time Limit" will not show up under the problem title.
Memory Limit Exceed (MLE): The maximum amount of memory that your program has used has exceeded the limit.
Output Limit Exceed (OLE): Your program has produced too much output. Currently the limit is twice the size of the file containing the expected output. The most common cause of this result is that your programs falls into an infinite loop containing some output operations.
Compile Error (CE): The compiler fails to compile your program. Warning messages are not considered errors. Click on the judge's reply to see the warning and error messages produced by the compiler.
No such problem: Either you have submitted with a non-existent problem id or the problem is currently unavailable (probably reserved for upcoming contests).
System Error: The judge cannot run your program. One example is that your program requires much more memory than hardware limitation.
Validate Error: The special judge program fails in checking your output, which means it may contain some bugs. If you get this result, please contact the administrator. (Of course, this also means your output is probably wrong).
本文轉自:http://www.cnblogs.com/cj695/
總結
以上是生活随笔為你收集整理的ACM错误提示/错误原因的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 百练OJ:2972: 确定进制
- 下一篇: 百练OJ:2973:Skew数