API Response (JSON)
{
"problem": {
"name": "Avoid Coprime Game",
"description": {
"content": "For two non-negative integers $x$ and $y$, let $\\gcd(x,y)$ be the greatest common divisor of $x$ and $y$ (for $x=0$, let $\\gcd(x,y)=\\gcd(y,x)=y$). There are $N$ integers on the blackboard, and the $i$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc155_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For two non-negative integers $x$ and $y$, let $\\gcd(x,y)$ be the greatest common divisor of $x$ and $y$ (for $x=0$, let $\\gcd(x,y)=\\gcd(y,x)=y$).\nThere are $N$ integers on the blackboard, and the $i$...",
"is_translate": false,
"language": "English"
}
]
}