QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#513482#9170. Cycle Gameucup-team1005#WA 1ms9776kbC++203.0kb2024-08-10 17:59:202024-08-10 17:59:23

详细

Test #1:

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

input:

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

output:

1111011

result:

wrong answer 1st words differ - expected: '1111111', found: '1111011'