QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#378400#8574. Swirly Sortucup-team2045#WA 1ms3572kbC++142.0kb2024-04-06 12:30:402024-04-06 12:30:41

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3572kb

input:

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

output:

3
0
0
2

result:

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