QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#730397#9570. Binary Treeucup-team4598#WA 1ms5968kbC++172.9kb2024-11-09 20:02:522024-11-09 20:02:52

詳細信息

Test #1:

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

input:

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

output:

? 1 4
? 1 3
? 2 5

result:

wrong answer Too many queries (test case 1)