QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#758400#9570. Binary Treeucup-team3953#WA 1ms7740kbC++202.6kb2024-11-17 18:12:222024-11-17 18:12:24

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

? 3 1
? 5 2
! 2

result:

wrong answer Expecting 5 but found 2. (test case 1)