QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#408565#6745. Delete the TreeZhangYiDeWA 1ms3604kbC++141.1kb2024-05-10 18:02:252024-05-10 18:02:25

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 2
1 3
1 4
4 5

output:

2 1 5 
1 2 
1 3 
1 4 

result:

wrong answer