QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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