API Response (JSON)
{
"problem": {
"name": "Calculator",
"description": {
"content": "Snuke has integers $x$ and $y$. Initially, $x=0,y=0$. Snuke can do the following four operations any number of times in any order: * Operation $1$: Replace the value of $x$ with $x+1$. * Ope",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc122_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Snuke has integers $x$ and $y$. Initially, $x=0,y=0$.\nSnuke can do the following four operations any number of times in any order:\n\n* Operation $1$: Replace the value of $x$ with $x+1$.\n \n* Ope...",
"is_translate": false,
"language": "English"
}
]
}