![]() | ![]() |
|
Home Page F.A.Qs BB-Forum FOJÔÂÈü˵Ã÷ |
Problem Set Online Contest Search Problem System Logs |
Author RankList Recent Ranklist Register User Compare |
| Accepted | OK! Your program is correct! |
| Presentation Error | Your output format is not exactly the same as the judge's output, although your answer to the problem is correct. Check your output for spaces, blank lines, etc against the problem output specification. |
| Wrong Answer | Correct solution not reached for the inputs. The inputs and outputs that we use to test the programs are not public (it is recommendable to get accustomed to a true contest dynamic). |
| Time Limit Exceed | Your program tried to run during too much time. |
| Memory Limit Exceed | Your program tried to use more memory than the judge default settings. |
| Restrict Function Call | Your've called the forbidden system function, such as fopen, fork, etc. |
| Runtime Error | Your program failed during the execution. This is often caused by divided by zero, violent memory access, etc. It is highly recommended that you should add "return 0;" at the end of the main function to avoid runtime error. |
| Compile Error | The compiler could not compile your program. Of course, warning messages are not error messages. Click the link at the judge reply to see the actual error message. |
| Output Limit Exceed | Your program tried to write too much information. This usually occurs if it goes into a infinite loop. Currently the output limit is 1M byte. |
| Judging | The Judge System is now judging your program. Wait for a few seconds, you will get the result. |
| Queuing | The Judge is so busy that it can't judge your submit at the moment, usually you just need to wait a few more seconds and your submit will be judged. |
| Internal Error | Unknown error occurs. This rarely happens. If you encounter this message, please contact me as soon as possible. |