API Response (JSON)
{
"problem": {
"name": "Two Integers",
"description": {
"content": "You are given positive integers $X$ and $Y$. If there exists a positive integer not greater than $10^{18}$ that is a multiple of $X$ but not a multiple of $Y$, choose one such integer and print it. If",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "apc001_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given positive integers $X$ and $Y$. If there exists a positive integer not greater than $10^{18}$ that is a multiple of $X$ but not a multiple of $Y$, choose one such integer and print it. If...",
"is_translate": false,
"language": "English"
}
]
}