QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#509028#8786. The Whole Worlducup-team3515WA 13ms3728kbC++172.3kb2024-08-08 03:40:022024-08-08 03:40:02

详细

Test #1:

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

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: 3728kb

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: 2ms
memory: 3724kb

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: 13ms
memory: 3664kb

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:

20
20
20
20
20
20
20
20
20
20
20
20
20
20
20
20
20
20
20
19

result:

wrong answer 1st numbers differ - expected: '25', found: '20'