API Response (JSON)
{
"problem": {
"name": "GCD Subtraction",
"description": {
"content": "We have variables $a$ and $b$. Initially, $a=A$ and $b=B$. Takahashi will repeat the following operation while both $a$ and $b$ are greater than or equal to $1$. * Let $g$ be the greatest common di",
"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_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have variables $a$ and $b$. Initially, $a=A$ and $b=B$.\nTakahashi will repeat the following operation while both $a$ and $b$ are greater than or equal to $1$.\n\n* Let $g$ be the greatest common di...",
"is_translate": false,
"language": "English"
}
]
}