API Response (JSON)
{
"problem": {
"name": "Alternating Path",
"description": {
"content": "There is a grid with $H$ rows and $W$ columns, where each square is painted black or white. You are given $H$ strings $S_1, S_2, ..., S_H$, each of length $W$. If the square at the $i$\\-th row from th",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "aising2019_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a grid with $H$ rows and $W$ columns, where each square is painted black or white.\nYou are given $H$ strings $S_1, S_2, ..., S_H$, each of length $W$. If the square at the $i$\\-th row from th...",
"is_translate": false,
"language": "English"
}
]
}