3 2 1 7 0 5 8 11 10 4 2
4
Let $(i,j)$ denote the square at the $i$\-th row from the north and $j$\-th column from the west. We have four candidates for the $2 \times 2$ section occupied by the pond: ${(1,1),(1,2),(2,1),(2,2)}, {(1,2),(1,3),(2,2),(2,3)}, {(2,1),(2,2),(3,1),(3,2)}, {(2,2),(2,3),(3,2),(3,3)}$.
When $K=2$, since $\left\lfloor\frac{2^2}{2}\right\rfloor+1=3$, the median of the heights of the squares in a section is the height of the $3$\-rd highest square, which is $5$, $7$, $5$, $4$ for the candidates above, respectively. We should print the lowest of these: $4$.3 3 1 2 3 4 5 6 7 8 9
5
{
"problem": {
"name": "Pond",
"description": {
"content": "The land of a park _AtCoder_ is an $N\\times N$ grid with east-west rows and north-south columns. The height of the square at the $i$\\-th row from the north and $j$\\-th column from the west is given as",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc203_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The land of a park _AtCoder_ is an $N\\times N$ grid with east-west rows and north-south columns. The height of the square at the $i$\\-th row from the north and $j$\\-th column from the west is given as...",
"is_translate": false,
"language": "English"
}
]
}