QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#395337#6745. Delete the TreeZhangYiDeWA 1ms3708kbC++20874b2024-04-21 13:24:402024-04-21 13:24:40

詳細信息

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