API Response (JSON)
{
"problem": {
"name": "Bishop",
"description": {
"content": "We have a board with $H$ horizontal rows and $W$ vertical columns of squares. There is a bishop at the top-left square on this board. How many squares can this bishop reach by zero or more movements? ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "panasonic2020_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have a board with $H$ horizontal rows and $W$ vertical columns of squares. There is a bishop at the top-left square on this board. How many squares can this bishop reach by zero or more movements?\n...",
"is_translate": false,
"language": "English"
}
]
}