QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#395337#6745. Delete the TreeZhangYiDeWA 1ms3708kbC++20874b2024-04-21 13:24:402024-04-21 13:24:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 2
1 3
1 4
4 5

output:

3
3 3 4 5 
1 1
1 2

result:

wrong answer