Type: Default 1000ms 256MiB

子树大小

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

给定一棵包含 nn 个节点的树(节点编号 1n1\sim n)。每条边的长度都是 11。求以 11 号点为根节点时,每个节点对应的子树大小。

输入格式

第一行一个整数 nn
接下来 n1n-1 行,每行包括两个整数 u,vu,v ,表示节点 uu 与节点 vv 之间有一条边。

输出格式

一行 nn 个整数,以 11 号点为根节点时,每个节点(节点 11 ~ 节点 nn)对应的子树大小。

6
1 2
3 1
1 4
5 3
3 6
6 1 3 1 1 1

数据规模与约定

对于 100%100\% 的数据,0<n1030 < n \le 10^3

基础赛

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
13
Start at
2023-12-4 12:30
End at
2023-12-25 8:30
Duration
500 hour(s)
Host
Partic.
46