[TOPSIC PG] Rules / terms

Examination rules

Language

Programming languages available for solving problems are limited to those supported by the TOPSIC system. Please refer to the following link for the list of supported languages and libraries: List of Supported Languages and Libraries


Language notes

When using C or C++, specify the type of main function as int and return 0;. When using Java, please set the class name to Main. Compiling error occurs in main.


About “state” of submission information

The program submitted by the user is evaluated by the judge system. The following describes the status (status) returned by the system. The following are all incorrect answers.

Label Status Explanation
CE Compilation Error Failed to compile the submitted program.
MLE Memory Limit Exceeded The memory limit specified in the problem has been exceeded.
TLE Time Limit Exceeded The program did not terminate within the execution time specified by the problem.
RE Runtime Error An error occurred while executing the program. There are errors that could not be detected at compile time, due to stack overflow, division by zero, etc.
OLE Output Limit Exceeded We made output of size exceeding the limit specified by problem.
QLE Query Limit Exceeded I have made a query that exceeds the limit specified in the problem.
NG No Good Internal error, ie judge system error.
IE Internal Error Internal error, ie judge system error.
WA Wrong Answer This is an incorrect answer. The output of the submitted program is incorrect.

AC is the only correct answer.

Label Status Explanation
AC Accepted It is correct answer. We passed all the tests prepared by the administration and it was judged to be the correct program.

Moreover, although it is not a wrong answer, it has the following status.

Label Status Explanation
JG Judging It is the state in the judge of the submitted program.
WJ Waiting for Judging) The submitted program is waiting for a judge.

In case there is a mistake in the problem, a rejudge (rejudge) may be performed and the following status will be taken.

Label Status Explanation
WR Waiting for Re-judging We are waiting for a rejudge.

Development environment

Please use the development environment, editor as you like.


TOPSIC Grade

There are 7 grades depending on the level of the examinee.
* These targets examination results you took with submission type “One-shot”.

Assumed rate TOPSIC grade Symbol name Symbol
TOP 1% Diamond
TOP 5% Ruby
TOP 10% Sapphire
TOP 30% Emerald
TOP 50% Gold
TOP 70% Silver
TOP 90% Bronze
- Zero