QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#408527#6745. Delete the TreeZhangYiDeWA 1ms3592kbC++14711b2024-05-10 16:48:342024-05-10 16:48:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 2
1 3
1 4
4 5

output:

3 2 3 5 
2 1 4 

result:

wrong answer