Back to Submissions List View Old Results

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

303
3804
Runtime Error (killed by signal)
25

Subtask Results

Subtask no. Testdata Range Constraints Score
1 0 $N = 10^ {12}, \text{Limit} = 4N\lfloor\log_{2}{N}\rfloor$ 0 / 10
2 1 $N = 10^ 5, \text{Limit} = \max(8000, 400 + 4K^ {3/2} )$ 25 / 25
3 2 $N = 10^ {14}, \text{limit} = 4K (\lfloor\log_{2}{K}\rfloor + 1)^ 2$ 0 / 30
4 3 $N = 10^ {14}, \text{Limit} = 4K (\lfloor\log_{2}{K}\rfloor + 1)$ 0 / 35

Testdata Results

Testdata no. Subtasks Time (ms) Memory (VSS, KiB) Memory (RSS, KiB) Verdict Score
0 1 0002.9 6072 3752 Runtime Error (killed by signal) 0
1 2 0293.9 6460 3804 Accepted 100
2 3 0003.0 6072 3716 Runtime Error (killed by signal) 0
3 4 0002.9 6072 3704 Runtime Error (killed by signal) 0
Submitter:
Compiler:
c++14
Code Length:
1.21 KB
Back to Top