QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#386811#6790. Binary Tree Restoringucup-team1005#WA 1ms5700kbC++201.9kb2024-04-11 20:23:042024-04-11 20:23:08

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2
6
3 4 2 5 1 6
3 4 5 2 1 6
3
1 2 3
1 2 3

output:

3 4 0 3 4 1 
0 1 2 

result:

wrong output format Expected EOLN