QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#538738 | #7221. The Road Network | ucup-team1005# | WA | 14ms | 10780kb | Python3 | 1.5kb | 2024-08-31 13:08:18 | 2024-08-31 13:08:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 14ms
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: 14ms
memory: 10680kb
input:
4 11 1 4 6 3
output:
0 16
result:
ok 2 number(s): "0 16"
Test #3:
score: 0
Accepted
time: 14ms
memory: 10652kb
input:
4 5 1 4 6 3
output:
4 2
result:
ok 2 number(s): "4 2"
Test #4:
score: -100
Wrong Answer
time: 10ms
memory: 10780kb
input:
10 0 0 0 2 8 7 0 0 9 0 2
output:
25 504
result:
wrong answer 2nd numbers differ - expected: '252', found: '504'