QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#758400#9570. Binary Treeucup-team3953#WA 1ms7740kbC++202.6kb2024-11-17 18:12:222024-11-17 18:12:24

詳細信息

Test #1:

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

input:

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

output:

? 3 1
? 5 2
! 2

result:

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