QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#151724 | #5479. Traveling Salesperson in an Island | ntu_vjudge_1 | WA | 0ms | 3480kb | C++17 | 115b | 2023-08-27 14:07:28 | 2023-08-27 14:07:30 |
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: 3480kb
input:
4 4 0 0 2 0 2 2 0 2 1 0 1 2 2 1 0 1
output:
????
result:
wrong output format Expected double, but "????" found