4 1 2 2 3 3 1 1 2 1 2 2 3 3 4
2 3 3 For example, when $v=4$, you visit vertices $1,2,3$, and $4$. By choosing balls with $A_1,B_2,B_3,B_4(=1,3,1,2)$ written on them, the number of distinct integers on the balls is $3$, which is the maximum.
10 2 5 2 2 8 8 4 3 6 10 8 1 9 10 1 7 9 3 5 10 9 3 1 9 3 6 4 1 3 8 10 9 5 4 7 2 9 7
4 3 2 3 4 3 4 2 3
{
"problem": {
"name": "Ex - Ball Collector",
"description": {
"content": "We have a tree with $N$ vertices. The $i$\\-th $(1 \\le i \\le N-1)$ edge is an undirected edge between vertices $U_i$ and $V_i$. Vertex $i$ $(1 \\le i \\le N)$ has a ball with $A_i$ written on it and anot",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc302_h"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a tree with $N$ vertices. The $i$\\-th $(1 \\le i \\le N-1)$ edge is an undirected edge between vertices $U_i$ and $V_i$. Vertex $i$ $(1 \\le i \\le N)$ has a ball with $A_i$ written on it and anot...",
"is_translate": false,
"language": "English"
}
]
}