QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#408566#6745. Delete the TreeMaMengQiWA 1ms3544kbC++141.1kb2024-05-10 18:04:342024-05-10 18:04:34

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
1 2
1 3
1 4
4 5

output:

2 1 5 
1 2 
1 3 
1 4 

result:

wrong answer