2 2 3 5 2 7
29 It is enough to pave the following eight roads. * Road connecting houses at $(0,0)$ and $(0,1)$ * Road connecting houses at $(0,1)$ and $(1,1)$ * Road connecting houses at $(0,2)$ and $(1,2)$ * Road connecting houses at $(1,0)$ and $(1,1)$ * Road connecting houses at $(1,0)$ and $(2,0)$ * Road connecting houses at $(1,1)$ and $(1,2)$ * Road connecting houses at $(1,2)$ and $(2,2)$ * Road connecting houses at $(2,0)$ and $(2,1)$
4 3 2 4 8 1 2 9 3
60
{
"problem": {
"name": "Gr-idian MST",
"description": {
"content": "On an $xy$ plane, in an area satisfying $0 ≤ x ≤ W, 0 ≤ y ≤ H$, there is one house at each and every point where both $x$ and $y$ are integers. There are unpaved roads between every pair of points for",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "codefestival_2016_qualB_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "On an $xy$ plane, in an area satisfying $0 ≤ x ≤ W, 0 ≤ y ≤ H$, there is one house at each and every point where both $x$ and $y$ are integers.\nThere are unpaved roads between every pair of points for...",
"is_translate": false,
"language": "English"
}
]
}