QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#262856#6404. Shuttle TourZhaoZiLongWA 3ms17168kbC++172.9kb2023-11-24 09:27:012023-11-24 09:27:01

詳細信息

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 17168kb

input:

5 6
10110
1 2 1
1 3 10
2 4 100
3 5 1000
2 1 5
1 3
2 1 5
2 2 4
2 5 5
2 1 1

output:

284
222
202
0
-1
0

result:

wrong answer 1st numbers differ - expected: '222', found: '284'