QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#654172#9313. Make MaxGuanYunchangWA 0ms3496kbC++233.1kb2024-10-18 21:12:062024-10-18 21:12:28

详细

Test #1:

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

input:

4
2
1 2
2
2 2
7
1 1 1 2 2 2 2
3
1 2 3

output:

1
0
1
3

result:

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