API Response (JSON)
{
"problem": {
"name": "Permutation Addition",
"description": {
"content": "You are given a sequence of positive integers: $A=(a_1,\\ldots,a_N)$. Determine whether it is possible to make all elements of $A$ equal by repeating the following operation between $0$ and $10^4$ time",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc159_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a sequence of positive integers: $A=(a_1,\\ldots,a_N)$.\nDetermine whether it is possible to make all elements of $A$ equal by repeating the following operation between $0$ and $10^4$ time...",
"is_translate": false,
"language": "English"
}
]
}