code festival 2014 上海
参加対象: - Rated対象: All ペナルティ: なし
Notice
If you are going to use Java language, you must see the points bellow.
-
The class name of your source code has to declared as
Main. Not to declared asmainand any other class name. For this reason, the file name of yours also designated asMain.java. -
You don't allow to use your package. Because the execution command on our system for Java is
java {filename}.
Programming language
You are allowed to use these programming languages.
Judge status
Our system judges your source code whether it is correct or incorrect and returns a result of yours.
Details are shown below tables. Don't forget to see these information.
| Status | Explanation |
|---|---|
| WJ |
|
| CE |
|
| MLE |
That is 256MB usually. Your source code is incorrect because it exceeded the limit. |
| TLE |
the status of judge is TLE. Your source code is incorrect for that reason. |
| RE |
For example, stack overflow and divided by zero. These errors are can not be detected by compiling. Your source code is incorrect because of the reason. |
| OLE |
Your source code is incorrect. |
| IE |
Anyway, your source code didn't output a result that is expected correct answer. Your source code is incorrect. |
| WA |
|
| AC |
|
AC is an only status that means Your source code is correct!.