QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#408492#6745. Delete the TreeZhangYiDeWA 1ms3640kbC++141018b2024-05-10 15:01:292024-05-10 15:01:29

详细

Test #1:

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

input:

5
1 2
1 3
1 4
4 5

output:

2 1 5 
1 2 
1 3 
1 4 

result:

wrong answer