QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#504191#7614. BoxesGuanYunChangWA 0ms3556kbC++171.1kb2024-08-04 09:50:482024-08-04 09:50:49

详细

Test #1:

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

input:

4
5
1 2 1 1 8
3
1 1 1
6
1 1 1 4 1 2
3
8 4 2

output:

1
1
2
2

result:

wrong answer 2nd lines differ - expected: '3', found: '1'