5 3 1 2 1 3 3 4 1 5 5 4 2 5 1 5
6 We can have at most six edges in $G$ by adding edges as follows: * Let $(a,b,c)=(1,5,4)$ and add an edge connecting Vertex $1$ and $4$. * Let $(a,b,c)=(1,5,2)$ and add an edge connecting Vertex $1$ and $2$. * Let $(a,b,c)=(2,1,4)$ and add an edge connecting Vertex $2$ and $4$.
7 5 1 5 1 4 1 7 1 2 2 6 6 3 2 5 1 3 1 6 4 6 4 7
11
13 11 6 13 1 2 5 1 8 4 9 7 12 2 10 11 1 9 13 7 13 11 8 10 3 8 4 13 8 12 4 7 2 3 5 11 1 4 2 11 8 10 3 5 6 9 4 10
27
{
"problem": {
"name": "Adding Edges",
"description": {
"content": "You are given a tree $T$ with $N$ vertices and an undirected graph $G$ with $N$ vertices and $M$ edges. The vertices of each graph are numbered $1$ to $N$. The $i$\\-th of the $N-1$ edges in $T$ connec",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc033_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a tree $T$ with $N$ vertices and an undirected graph $G$ with $N$ vertices and $M$ edges. The vertices of each graph are numbered $1$ to $N$. The $i$\\-th of the $N-1$ edges in $T$ connec...",
"is_translate": false,
"language": "English"
}
]
}