API Response (JSON)
{
"problem": {
"name": "Magic Square 2",
"description": {
"content": "A $3×3$ grid with a integer written in each square, is called a magic square if and only if the integers in each row, the integers in each column, and the integers in each diagonal (from the top left ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "relay_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A $3×3$ grid with a integer written in each square, is called a magic square if and only if the integers in each row, the integers in each column, and the integers in each diagonal (from the top left ...",
"is_translate": false,
"language": "English"
}
]
}