QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#148999 | #5479. Traveling Salesperson in an Island | ntu_vjudge_2 | WA | 1ms | 3508kb | C++17 | 117b | 2023-08-23 21:31:20 | 2023-08-23 21:31:21 |
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: 3508kb
input:
4 4 0 0 2 0 2 2 0 2 1 0 1 2 2 1 0 1
output:
Hello!
result:
wrong output format Expected double, but "Hello!" found