Back to Submissions List View New Results

Problem

Total Time (ms)

Max Memory (RSS, KiB)

Verdict

Score

7944
3492
Time Limit Exceeded
0

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} )$ 0 / 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 (RSS, KiB) Verdict Score
0 1 1988.0 3232 Time Limit Exceeded 0
1 2 1988.0 3492 Time Limit Exceeded 0
2 3 1984.0 3164 Time Limit Exceeded 0
3 4 1984.0 2980 Time Limit Exceeded 0
Submitter:
yan
Compiler:
c++14
Code Length:
302 Bytes
Back to Top