QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#509976 | #1252. Floyd-Warshall | egypt_ioi2024_04 | WA | 1ms | 8148kb | C++20 | 3.0kb | 2024-08-08 20:16:27 | 2024-08-08 20:16:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5728kb
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: 5716kb
input:
2 1 1 2 1000
output:
0
result:
ok answer is '0'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3836kb
input:
2 1 2 1 420
output:
0
result:
ok answer is '0'
Test #4:
score: 0
Accepted
time: 0ms
memory: 5788kb
input:
2 2 1 2 69 2 1 333
output:
0
result:
ok answer is '0'
Test #5:
score: 0
Accepted
time: 0ms
memory: 5744kb
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:
11
result:
ok answer is '11'
Test #6:
score: -100
Wrong Answer
time: 0ms
memory: 8148kb
input:
56 3000 48 41 4 55 29 10 44 43 6 25 40 10 50 19 8 55 9 10 44 50 10 52 44 6 49 8 10 25 50 9 51 32 10 7 27 10 3 34 10 9 15 9 7 43 9 16 31 7 49 37 10 14 26 8 48 16 9 43 27 8 30 38 5 2 56 7 32 15 10 45 17 7 24 2 7 37 13 8 46 15 10 54 30 7 53 13 5 8 15 9 19 9 9 43 12 10 56 29 9 24 19 6 19 41 10 3 33 4 37...
output:
0
result:
wrong answer expected '125', found '0'