API Response (JSON)
{
"problem": {
"name": "Count Subtractions",
"description": {
"content": "You are given positive integers $A$ and $B$. You will repeat the following operation until $A=B$: * compare $A$ and $B$ to perform one of the following two: * if $A > B$, replace $A$ with $A-",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc297_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $A$ and $B$.\nYou will repeat the following operation until $A=B$:\n\n* compare $A$ and $B$ to perform one of the following two:\n * if $A > B$, replace $A$ with $A-...",
"is_translate": false,
"language": "English"
}
]
}