QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#598911#9424. Stop the Castle 2ucup-team121#WA 0ms3512kbC++235.5kb2024-09-28 23:59:172024-09-28 23:59:17

详细

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3512kb

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:

4
2 3 5 6
1
2
0
1 2

result:

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