API Response (JSON)
{
"problem": {
"name": "Boxes",
"description": {
"content": "There are $N$ boxes arranged in a circle. The $i$\\-th box contains $A_i$ stones. Determine whether it is possible to remove all the stones from the boxes by repeatedly performing the following operati",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc010_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $N$ boxes arranged in a circle. The $i$\\-th box contains $A_i$ stones.\nDetermine whether it is possible to remove all the stones from the boxes by repeatedly performing the following operati...",
"is_translate": false,
"language": "English"
}
]
}