QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#506915 | #1252. Floyd-Warshall | egypt_ioi2024_01 | WA | 1ms | 5712kb | C++23 | 2.0kb | 2024-08-06 02:03:44 | 2024-08-06 02:03:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5604kb
input:
4 5 2 3 4 3 4 3 4 2 2 1 3 1 1 2 9
output:
1
result:
ok answer is '1'
Test #2:
score: 0
Accepted
time: 1ms
memory: 5664kb
input:
2 1 1 2 1000
output:
0
result:
ok answer is '0'
Test #3:
score: 0
Accepted
time: 1ms
memory: 5584kb
input:
2 1 2 1 420
output:
0
result:
ok answer is '0'
Test #4:
score: 0
Accepted
time: 1ms
memory: 5652kb
input:
2 2 1 2 69 2 1 333
output:
0
result:
ok answer is '0'
Test #5:
score: -100
Wrong Answer
time: 1ms
memory: 5712kb
input:
10 9 9 8 1 8 6 1 6 3 1 3 7 1 7 4 1 4 10 1 10 2 1 2 1 1 1 5 1
output:
16
result:
wrong answer expected '11', found '16'