QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#246695#6405. Barkleyucup-team1281WA 0ms3412kbC++232.4kb2023-11-11 00:32:282023-11-11 00:32:29

詳細信息

Test #1:

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

input:

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

output:

3
2
3
2

result:

wrong answer 4th numbers differ - expected: '6', found: '2'