API Response (JSON)
{
"problem": {
"name": "Count Subgrid",
"description": {
"content": "There is a grid with $N$ rows and $N$ columns. The cell at the $i$\\-th row from the top and $j$\\-th column from the left is painted black if $S_{i,j}$ is `#`, and white if it is `.`. How many distinct",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc430_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a grid with $N$ rows and $N$ columns. The cell at the $i$\\-th row from the top and $j$\\-th column from the left is painted black if $S_{i,j}$ is `#`, and white if it is `.`.\nHow many distinct...",
"is_translate": false,
"language": "English"
}
]
}