API Response (JSON)
{
"problem": {
"name": "Redundant Redundancy",
"description": {
"content": "We have an integer $N$. Print an integer $x$ between $N$ and $10^{13}$ (inclusive) such that, for every integer $y$ between $2$ and $N$ (inclusive), the remainder when $x$ is divided by $y$ is $1$. Un",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc110_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have an integer $N$.\nPrint an integer $x$ between $N$ and $10^{13}$ (inclusive) such that, for every integer $y$ between $2$ and $N$ (inclusive), the remainder when $x$ is divided by $y$ is $1$.\nUn...",
"is_translate": false,
"language": "English"
}
]
}