QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#876491#9986. ShioridlaWA 0ms12000kbC++142.2kb2025-01-30 22:01:592025-01-30 22:02:00

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 12000kb

input:

5 8
0 7 2 1 0
1 2 4 0
2 1 3
2 3 4
3 1 3
1 2 3 4
3 1 4
2 1 5
3 2 5

output:

5
11
4

result:

wrong answer 3rd numbers differ - expected: '22', found: '4'