API Response (JSON)
{
"problem": {
"name": "Almost GCD",
"description": {
"content": "Given is an integer sequence $A$: $A_1, A_2, A_3, \\dots, A_N$. Let the _GCD-ness_ of a positive integer $k$ be the number of elements among $A_1, A_2, A_3, \\dots, A_N$ that are divisible by $k$. A",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc182_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an integer sequence $A$: $A_1, A_2, A_3, \\dots, A_N$. \nLet the _GCD-ness_ of a positive integer $k$ be the number of elements among $A_1, A_2, A_3, \\dots, A_N$ that are divisible by $k$. \nA...",
"is_translate": false,
"language": "English"
}
]
}