API Response (JSON)
{
"problem": {
"name": "Coprime",
"description": {
"content": "We have $N$ integers. The $i$\\-th number is $A_i$. ${A_i}$ is said to be pairwise coprime when $GCD(A_i,A_j)=1$ holds for every pair $(i, j)$ such that $1\\leq i < j \\leq N$. ${A_i}$ is said to be setw",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc177_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have $N$ integers. The $i$\\-th number is $A_i$.\n${A_i}$ is said to be pairwise coprime when $GCD(A_i,A_j)=1$ holds for every pair $(i, j)$ such that $1\\leq i < j \\leq N$.\n${A_i}$ is said to be setw...",
"is_translate": false,
"language": "English"
}
]
}