QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#462888#8547. Whose Land?egypt_ioi2024_12WA 1ms6500kbC++148.9kb2024-07-04 09:01:282024-07-04 09:01:29

详细

Test #1:

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

input:

2
5 1 2
1 2
1 3
2 4
2 5
2 2
2 3
8 2 3
1 2
1 3
2 4
2 5
4 6
5 7
7 8
2 2
2 5
3 4

output:

4
5
7
-1
6

result:

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