QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#756792#9557. Temperanceucup-team3188#WA 0ms3652kbC++204.8kb2024-11-16 21:57:432024-11-16 21:57:48

详细

Test #1:

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

input:

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

output:

0 0 0 2 5
0 0 3

result:

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