QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#721927#9570. Binary Treeucup-team3225#WA 1ms7880kbC++202.8kb2024-11-07 17:12:542024-11-07 17:12:54

详细

Test #1:

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

input:

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

output:

? 4 1
? 1 5
! 1

result:

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