QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#138086#6406. Stage ClearGuanYunchangWA 6ms7916kbPython345b2023-08-10 22:29:452023-08-10 22:29:50

詳細信息

Test #1:

score: 0
Wrong Answer
time: 6ms
memory: 7916kb

input:

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

output:

1
1
1
1

result:

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