QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#740366#9570. Binary Treeucup-team5072#WA 0ms8532kbC++141.8kb2024-11-13 09:23:292024-11-13 09:23:29

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 8532kb

input:

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

output:

? 1 5
? 2 4
! 3
? 2 4

result:

wrong answer Integer parameter [name=v] equals to 4, violates the range [1, 2] (test case 2)