QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#728131#9570. Binary Treeucup-team4728#WA 1ms6816kbC++172.3kb2024-11-09 14:37:292024-11-09 14:37:36

詳細信息

Test #1:

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

input:

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

output:

5 4 2 1 1 
4 2 3 4 4 
2 : 1 5 3 
? 1 5

result:

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