API Response (JSON)
{
"problem": {
"name": "GCD Permutation",
"description": {
"content": "Given is a permutation $P=(P_1,P_2,\\ldots,P_N)$ of the integers from $1$ through $N$. Find the number of pairs of integers $(i,j)$ such that $1\\leq i\\leq j\\leq N$ satisfying $GCD(i,j)\\neq 1$ and $GCD(",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 5000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc230_g"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a permutation $P=(P_1,P_2,\\ldots,P_N)$ of the integers from $1$ through $N$.\nFind the number of pairs of integers $(i,j)$ such that $1\\leq i\\leq j\\leq N$ satisfying $GCD(i,j)\\neq 1$ and $GCD(...",
"is_translate": false,
"language": "English"
}
]
}