API Response (JSON)
{
"problem": {
"name": "Sequence of Multiples",
"description": {
"content": "You are given integers $N$ and $X$. Assume that an integer sequence $A = (A_1, \\ldots, A_N)$ satisfies all of the conditions below. * $A_1 = X$. * For every $i$ ($1\\leq i\\leq N$), $A_i$ is a mult",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 6000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc135_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given integers $N$ and $X$. Assume that an integer sequence $A = (A_1, \\ldots, A_N)$ satisfies all of the conditions below.\n\n* $A_1 = X$.\n* For every $i$ ($1\\leq i\\leq N$), $A_i$ is a mult...",
"is_translate": false,
"language": "English"
}
]
}