API Response (JSON)
{
"problem": {
"name": "Inversions",
"description": {
"content": "Snuke has an integer sequence $A$ whose length is $N$. He likes permutations of $(1, 2, ..., N)$, $P$, that satisfy the following condition: * $P_i \\leq A_i$ for all $i$ ( $1 \\leq i \\leq N$ ). Snu",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "agc023_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Snuke has an integer sequence $A$ whose length is $N$. He likes permutations of $(1, 2, ..., N)$, $P$, that satisfy the following condition:\n\n* $P_i \\leq A_i$ for all $i$ ( $1 \\leq i \\leq N$ ).\n\nSnu...",
"is_translate": false,
"language": "English"
}
]
}