QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#728504#9570. Binary Treeucup-team5009#WA 0ms3832kbC++203.0kb2024-11-09 15:17:592024-11-09 15:18:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

? 1 5
? 2 4
! 2

result:

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