API Response (JSON)
{
"problem": {
"name": "ModSum",
"description": {
"content": "For an integer $N$, we will choose a permutation ${P_1, P_2, ..., P_N}$ of ${1, 2, ..., N}$. Then, for each $i=1,2,...,N$, let $M_i$ be the remainder when $i$ is divided by $P_i$. Find the maximum pos",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc139_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For an integer $N$, we will choose a permutation ${P_1, P_2, ..., P_N}$ of ${1, 2, ..., N}$.\nThen, for each $i=1,2,...,N$, let $M_i$ be the remainder when $i$ is divided by $P_i$.\nFind the maximum pos...",
"is_translate": false,
"language": "English"
}
]
}