Back to Submissions List

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

302
58252
Runtime Error (killed by signal)
30.22

Subtask Results

Subtask no. Testdata Range Constraints Score
1 0 $N=0$ 10 / 10
2 1 $N=1$ 10 / 10
3 2 $N=2$ 0 / 10
4 3 $N=3$ 0 / 10
5 4 $N=4$ 0 / 10
6 5 $N=5$ 0 / 10
7 6 $N=6$ 10 / 10
8 7 $N=7$ 0 / 10
9 8 $N=8$ 0 / 10
10 9 $N=9$ 0.22 / 10

Testdata Results

Testdata no. Subtasks Time (ms) Memory (VSS, KiB) Memory (RSS, KiB) Verdict Score
0 1 0021.7 21716 19196 Accepted 100
1 2 0021.2 21716 19148 Accepted 100
2 3 0021.9 21720 19100 Time Limit Exceeded 0
Incorrect output... Isn't this an easy problem?
3 4 0022.1 21716 19268 Memory Limit Exceeded 0
Incorrect output... Isn't this an easy problem?
4 5 0092.6 412344 58252 Memory Limit Exceeded 0
Expected MLE, got AC
5 6 0034.2 24840 21988 Output Limit Exceeded 0
Incorrect output... Isn't this an easy problem?
6 7 0021.7 21716 19180 Accepted 100
7 8 0020.8 21716 19144 Runtime Error (killed by signal) 0
Expected SIG, got AC
8 9 0023.5 21720 19156 Wrong Answer 0
9 10 0021.7 21716 19152 Accepted 2.17
You probably already guessed how the score is calculated, didn't you?
Submitter:
Compiler:
c++17
Code Length:
910 Bytes
Back to Top