QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#731005#9570. Binary Treeucup-team2045#WA 0ms6188kbC++141.8kb2024-11-09 23:06:122024-11-09 23:06:18

详细

Test #1:

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

input:

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

output:

? 1 5
? 2 4
! 3
? 1 2
2

result:

wrong answer Token parameter [name=op] equals to "2", doesn't correspond to pattern "[?!]{1,1}" (test case 2)