QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#601260#9424. Stop the Castle 2ucup-team5027WA 9ms77820kbC++145.3kb2024-09-29 21:56:592024-09-29 21:56:59

详细

Test #1:

score: 0
Wrong Answer
time: 9ms
memory: 77820kb

input:

3
8 6 4
1 3
2 1
2 6
4 1
4 7
6 1
6 3
6 6
2 3
3 1
4 3
4 6
5 2
6 4
3 2 1
10 12
10 10
10 11
1 4
1 5
1 3 2
1 1
2 1
2 2
2 3

output:

2
2 3 5 6 
2
2 
0
2 3 

result:

wrong answer Participant states the answer to be 2 but is actually 4 (test case 1)