QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#603868#6405. BarkleyMaMengQiWA 0ms6264kbC++172.6kb2024-10-01 20:28:172024-10-01 20:28:17

详细

Test #1:

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

input:

4 4
3 2 6 4
1 3 1
2 4 1
1 4 2
1 4 3

output:

3
2
2
4

result:

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