QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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'