QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#728662#9570. Binary Treeucup-team5850#WA 1ms7464kbC++172.8kb2024-11-09 15:36:582024-11-09 15:36:59

詳細信息

Test #1:

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

input:

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

output:

? 1 5
? 2 3
? 4 3

result:

wrong answer Too many queries (test case 1)