QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#155033#6737. Neighbourhooducup-team1089WA 8ms8908kbPython310b2023-09-01 06:50:492023-09-01 06:50:49

詳細信息

Test #1:

score: 0
Wrong Answer
time: 8ms
memory: 8908kb

input:

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

output:

1

result:

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