QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#538765 | #7221. The Road Network | ucup-team1005# | WA | 14ms | 10776kb | Python3 | 1.5kb | 2024-08-31 13:14:03 | 2024-08-31 13:14:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 12ms
memory: 10680kb
input:
4 7 1 4 6 3
output:
3 6
result:
ok 2 number(s): "3 6"
Test #2:
score: 0
Accepted
time: 7ms
memory: 10704kb
input:
4 11 1 4 6 3
output:
0 16
result:
ok 2 number(s): "0 16"
Test #3:
score: 0
Accepted
time: 3ms
memory: 10648kb
input:
4 5 1 4 6 3
output:
4 2
result:
ok 2 number(s): "4 2"
Test #4:
score: 0
Accepted
time: 9ms
memory: 10740kb
input:
10 0 0 0 2 8 7 0 0 9 0 2
output:
25 252
result:
ok 2 number(s): "25 252"
Test #5:
score: 0
Accepted
time: 5ms
memory: 10720kb
input:
10 10 2 7 3 3 4 7 6 8 2 1
output:
14 4
result:
ok 2 number(s): "14 4"
Test #6:
score: 0
Accepted
time: 4ms
memory: 10776kb
input:
10 10 3 1 1 3 7 0 6 10 1 8
output:
13 2
result:
ok 2 number(s): "13 2"
Test #7:
score: 0
Accepted
time: 10ms
memory: 10596kb
input:
10 100 65 51 79 36 2 47 92 30 25 94
output:
18 8
result:
ok 2 number(s): "18 8"
Test #8:
score: 0
Accepted
time: 6ms
memory: 10720kb
input:
10 100 59 23 34 85 86 83 80 59 49 92
output:
25 2
result:
ok 2 number(s): "25 2"
Test #9:
score: 0
Accepted
time: 5ms
memory: 10656kb
input:
10 64 17 29 58 43 58 28 35 32 84 68
output:
24 4
result:
ok 2 number(s): "24 4"
Test #10:
score: 0
Accepted
time: 14ms
memory: 10716kb
input:
10 570 491 0 917 880 817 574 687 271 903 299
output:
25 12
result:
ok 2 number(s): "25 12"
Test #11:
score: -100
Wrong Answer
time: 4ms
memory: 10704kb
input:
10 777 265 15 532 621 674 970 487 852 245 705
output:
22 20
result:
wrong answer 2nd numbers differ - expected: '22', found: '20'