API Response (JSON)
{
"problem": {
"name": "Coprime Set",
"description": {
"content": "Given is a positive integer $N$. Print an integer sequence $A = (A_1, A_2, \\ldots, A_N)$ satisfying all of the following: * $1\\leq A_i\\leq 10000$; * $A_i\\neq A_j$ and $\\gcd(A_i, A_j) > 1$ for $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": "arc118_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a positive integer $N$. Print an integer sequence $A = (A_1, A_2, \\ldots, A_N)$ satisfying all of the following:\n\n* $1\\leq A_i\\leq 10000$;\n* $A_i\\neq A_j$ and $\\gcd(A_i, A_j) > 1$ for $i\\...",
"is_translate": false,
"language": "English"
}
]
}