QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#772156#9570. Binary Treeucup-team5232WA 1ms3864kbC++142.3kb2024-11-22 17:14:112024-11-22 17:14:11

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

? 1 4
? 1 2
? 2 5

result:

wrong answer Too many queries (test case 1)