2 2 3 1 1 0 1 2 10 2 1 20
Yes You can write integers as follows. 
2 3 5 1 1 0 1 2 10 1 3 20 2 1 30 2 3 40
No There are two $2×2$ squares on the grid, formed by the following cells: * Cells $(1,1)$, $(1,2)$, $(2,1)$ and $(2,2)$ * Cells $(1,2)$, $(1,3)$, $(2,2)$ and $(2,3)$ You have to write $40$ into the empty cell to meet the condition on the left square, but then it does not satisfy the condition on the right square. 
2 2 3 1 1 20 1 2 10 2 1 0
No You have to write $-10$ into the empty cell to meet condition $2$, but then it does not satisfy condition $1$. 
3 3 4 1 1 0 1 3 10 3 1 10 3 3 20
Yes You can write integers as follows. 
2 2 4 1 1 0 1 2 10 2 1 30 2 2 20
No All cells already contain a integer and condition $2$ is not satisfied. 
{
"problem": {
"name": "Grid and Integers",
"description": {
"content": "There is a grid with $R$ rows and $C$ columns. We call the cell in the $r$\\-th row and $c$\\-th column ($r,c$). Mr. Takahashi wrote non-negative integers into $N$ of the cells, that is, he wrote a non-",
"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_qualA_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a grid with $R$ rows and $C$ columns. We call the cell in the $r$\\-th row and $c$\\-th column ($r,c$).\nMr. Takahashi wrote non-negative integers into $N$ of the cells, that is, he wrote a non-...",
"is_translate": false,
"language": "English"
}
]
}