QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#775984#9570. Binary TreeZhangYiDeWA 13ms11636kbC++202.8kb2024-11-23 17:12:342024-11-23 17:12:34

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 11404kb

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
? 2 1
! 1

result:

ok OK (2 test cases)

Test #2:

score: -100
Wrong Answer
time: 13ms
memory: 11636kb

input:

5555
8
2 0
8 6
0 0
3 0
0 0
7 0
0 0
5 4
2
2
0
8
0 0
1 4
2 0
0 0
7 8
0 0
3 0
6 0
2
2
0
8
5 8
0 0
1 7
0 0
0 0
4 2
0 0
6 0
2
0
1
5
4 5
3 1
0 0
0 0
0 0
1
0
8
0 0
0 0
5 6
0 0
1 4
2 0
3 8
0 0
0
0
0

output:

? 1 8
? 3 8
? 8 5
! 8
? 2 7
? 7 8
? 8 6
! 8
? 5 8
? 6 4
? 2 8
! 6
? 4 5
? 3 1
! 3
? 6 2
? 5 6
? 5 4
? 5 1

result:

wrong answer Too many queries (test case 5)