QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#721996#9570. Binary Treeucup-team3225#WA 1ms7696kbC++202.7kb2024-11-07 17:24:582024-11-07 17:25:00

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

? 4 1
? 1 5
! 1

result:

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