QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#166850#6515. Path Planningucup-team1577#WA 2ms7556kbC++204.0kb2023-09-06 19:30:112023-09-06 19:30:13

详细

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 7556kb

input:

2
2 3
1 2 4
3 0 5
1 5
1 3 0 4 2

output:

3 2 

result:

wrong answer 2nd numbers differ - expected: '5', found: '2'