7 1 2 2 3 2 4 4 6 6 7 7 5
2 A tree of uninity $1$ consisting of vertices $1$, $2$, $3$ and $4$ can be constructed from the following: a tree of uninity $0$ consisting of vertex $1$, a tree of uninity $0$ consisting of vertex $3$, a tree of uninity $0$ consisting of vertex $4$, and vertex $2$. A tree of uninity $1$ consisting of vertices $5$ and $7$ can be constructed from the following: a tree of uninity $1$ consisting of vertex $5$, and vertex $7$. A tree of uninity $2$ consisting of vertices $1$, $2$, $3$, $4$, $5$, $6$ and $7$ can be constructed from the following: a tree of uninity $1$ consisting of vertex $1$, $2$, $3$ and $4$, a tree of uninity $1$ consisting of vertex $5$ and $7$, and vertex $6$.
12 1 2 2 3 2 4 4 5 5 6 6 7 7 8 5 9 9 10 10 11 11 12
3
{
"problem": {
"name": "Uninity",
"description": {
"content": "We will recursively define _uninity_ of a tree, as follows: (_Uni_ is a Japanese word for sea urchins.) * A tree consisting of one vertex is a tree of uninity $0$. * Suppose there are zero or mor",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc009_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We will recursively define _uninity_ of a tree, as follows: (_Uni_ is a Japanese word for sea urchins.)\n\n* A tree consisting of one vertex is a tree of uninity $0$.\n* Suppose there are zero or mor...",
"is_translate": false,
"language": "English"
}
]
}