API Response (JSON)
{
"problem": {
"name": "Not coprime",
"description": {
"content": "Given are $N$ integers between $2$ and $50$ (inclusive): $X_1, X_2, \\cdots, X_N$. Find the minimum positive integer $Y$ that satisfies the following for every $i = 1, 2, \\cdots, N$: * $X_i$ and $Y$",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc114_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given are $N$ integers between $2$ and $50$ (inclusive): $X_1, X_2, \\cdots, X_N$. Find the minimum positive integer $Y$ that satisfies the following for every $i = 1, 2, \\cdots, N$:\n\n* $X_i$ and $Y$...",
"is_translate": false,
"language": "English"
}
]
}