QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#579213#9313. Make MaxReu2sWA 0ms3616kbC++20897b2024-09-21 10:42:102024-09-21 10:42:10

详细

Test #1:

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

input:

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

output:

0
0
3
1

result:

wrong answer 1st numbers differ - expected: '1', found: '0'