QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#436978#8786. The Whole Worlducup-team852#WA 127ms3620kbC++234.1kb2024-06-09 03:59:502024-06-09 03:59:54

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3620kb

input:

2
2
1 0
4 1
3
1 1
4 4
6 6

output:

3
1

result:

ok 2 number(s): "3 1"

Test #2:

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

input:

2
2
1 0
4 1
3
1 0
3 0
5 4

output:

3
3

result:

ok 2 number(s): "3 3"

Test #3:

score: 0
Accepted
time: 5ms
memory: 3592kb

input:

2
10
1 557
2 -172
3 -497
5 763
6 -149
7 -355
8 -29
9 -588
10 -171
11 -355
10
1 -461
2 -219
3 -45
4 -212
5 749
6 -294
9 -85
10 213
11 -412
12 125

output:

10
11

result:

ok 2 number(s): "10 11"

Test #4:

score: -100
Wrong Answer
time: 127ms
memory: 3560kb

input:

20
10
1 -193165761
4 426322868
5 -408198139
7 -455731045
9 -389028341
17 -590246653
18 119481348
21 809814532
23 47591392
26 -21020402
10
3 -715116939
5 -263142266
6 -426687860
10 342227448
14 141724722
15 576758779
18 123410194
19 256532828
20 -223524833
25 386574889
10
5 34943085
7 238431559
9 168...

output:

25
22
23
20
20
25
21
25
26
19
22
23
29
23
27
29
29
27
25
19

result:

wrong answer 7th numbers differ - expected: '23', found: '21'