QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#856252#9557. TemperanceMaMengQiWA 0ms5736kbC++20875b2025-01-13 19:45:382025-01-13 19:45:40

詳細信息

Test #1:

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

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 2 5 5 
0 0 3 

result:

wrong answer 7th numbers differ - expected: '3', found: '0'