QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#360304 | #5458. Shortest Path Query | ucup-team2880 | WA | 1ms | 3776kb | C++23 | 2.5kb | 2024-03-21 17:13:05 | 2024-06-21 12:39:01 |
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: 1ms
memory: 3776kb
input:
4 4 1 2 0 1 3 1 2 4 0 3 4 1 3 3 5 2 3 2 4 2 3 4
output:
(0, 0), (2, 2), 3 4 4
result:
wrong output format Expected integer, but "(0," found