QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#729829#9570. Binary Treeucup-team3188#WA 1ms3648kbC++206.6kb2024-11-09 17:54:562024-11-09 17:54:56

详细

Test #1:

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

input:

2
5
0 0
1 5
2 4
0 0
0 0
1
0
2
0 2
0 0
2

output:

? 3 1
? 2 5
! 2
? 1 2
! 1

result:

wrong answer Expecting 2 but found 1. (test case 2)