1 2
111 For this grid, $S(1, 1, 1, 1)$, $S(1, 1, 2, 2)$, $S(1, 1, 3, 3)$, and $S(1, 1, 1, 3)$ are odd, so it has the oddness of $4$. We cannot make the oddness $5$ or higher, so this is one of the ways that maximize the oddness.
{
"problem": {
"name": "Odd Sum Rectangles",
"description": {
"content": "We have a grid with $(2^N - 1)$ rows and $(2^M-1)$ columns. You are asked to write $0$ or $1$ in each of these squares. Let $a_{i,j}$ be the number written in the square at the $i$\\-th row from the to",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "hitachi2020_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a grid with $(2^N - 1)$ rows and $(2^M-1)$ columns. You are asked to write $0$ or $1$ in each of these squares. Let $a_{i,j}$ be the number written in the square at the $i$\\-th row from the to...",
"is_translate": false,
"language": "English"
}
]
}