QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#451492 | #1252. Floyd-Warshall | qiuzx | WA | 0ms | 35480kb | C++20 | 2.5kb | 2024-06-23 15:09:35 | 2024-06-23 15:09:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 35480kb
input:
4 5 2 3 4 3 4 3 4 2 2 1 3 1 1 2 9
output:
0 9 1 4 -1 0 4 7 -1 5 0 3 -1 2 6 0
result:
wrong answer expected '1', found '0'