QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#95186#5470. Hasty Santa ClausHuangHanShengWA 2ms3532kbC++17851b2023-04-09 11:46:092023-04-09 11:46:13

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3532kb

input:

5 1
23 25
23 27
24 25
25 25
25 26

output:

23
27
24
25
26

result:

ok ok

Test #2:

score: 0
Accepted
time: 1ms
memory: 3372kb

input:

7 2
1 31
1 31
1 31
1 31
1 31
1 31
1 31

output:

31
31
30
30
29
29
28

result:

ok ok

Test #3:

score: -100
Wrong Answer
time: 2ms
memory: 3360kb

input:

6 2
24 25
24 25
24 25
25 26
25 26
25 26

output:

0
25
25
24
26
26

result:

wrong answer output line is not a valid date.(line = 0)