3 1 2 1 3
2 1 1 The graph in this input is as follows:  For $k=1$, there are two ways in which we can write the numbers on the vertices, as follows: * Writing $1, 2, 3$ on Vertex $1, 2, 3$, respectively * Writing $1, 3, 2$ on Vertex $1, 2, 3$, respectively
2 1 2
1 1 The graph in this input is as follows: 
5 1 2 2 3 3 4 3 5
2 8 12 3 3 The graph in this input is as follows: 
8 1 2 2 3 3 4 3 5 3 6 6 7 6 8
40 280 840 120 120 504 72 72 The graph in this input is as follows: 
{
"problem": {
"name": "Distributing Integers",
"description": {
"content": "We have a tree with $N$ vertices numbered $1$ to $N$. The $i$\\-th edge in this tree connects Vertex $a_i$ and $b_i$. For each $k=1, ..., N$, solve the problem below: * Consider writing a number on ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc160_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a tree with $N$ vertices numbered $1$ to $N$. The $i$\\-th edge in this tree connects Vertex $a_i$ and $b_i$. For each $k=1, ..., N$, solve the problem below:\n\n* Consider writing a number on ...",
"is_translate": false,
"language": "English"
}
]
}