API Response (JSON)
{
"problem": {
"name": "Maximize GCD",
"description": {
"content": "Given is a sequence of $N$ positive integers: $A = (A_1, A_2, \\ldots, A_N)$. You can do the following operation on this sequence at least zero and at most $K$ times: * choose $i\\in {1,2,\\ldots,N}$ ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc126_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a sequence of $N$ positive integers: $A = (A_1, A_2, \\ldots, A_N)$. You can do the following operation on this sequence at least zero and at most $K$ times:\n\n* choose $i\\in {1,2,\\ldots,N}$ ...",
"is_translate": false,
"language": "English"
}
]
}