CSES - NOI 2019 - Instructions

In each task, you should submit a solution that uses standard input and output. Each task has a time limit and a memory limit. In addition, the tasks are divided into subtasks that are ordered from the easiest to the hardest.

Each subtask has a set of test cases, and you will get the points for the subtask if your solution passes all of its test cases. You can send multiple solutions for a task, and your final score is the highest score among them.

Grading

When you submit a solution for grading, the result for each test case is one of the following:

  • ACCEPTED
  • WRONG ANSWER
  • TIME LIMIT EXCEEDED
  • OUTPUT LIMIT EXCEEDED
  • RUNTIME ERROR (for example, memory limit exceeded or unhandled exception)

You will get the points for a subtask if the result for every test case is ACCEPTED. Otherwise, you will get 0 points.

During the contest, you will see a single result for each subtask: the first result of a test case which is not ACCEPTED, or ACCEPTED if there are no other results.

Technical information

The largest allowed size of a source code is 128 kB.

The C++ compiler is g++ 7.3.0 with flags -std=c++11 -O2 -Wall.

The Java compiler is OpenJDK 10.0.2.

The Pascal compiler is Free Pascal Compiler 3.0.4.

The Python interpreters are Python 2.7.15 and Python 3.6.6.