API Response (JSON)
{
"problem": {
"name": "Sum of gcd of Tuples (Hard)",
"description": {
"content": "Consider sequences ${A_1,...,A_N}$ of length $N$ consisting of integers between $1$ and $K$ (inclusive). There are $K^N$ such sequences. Find the sum of $\\gcd(A_1, ..., A_N)$ over all of them. Since t",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc162_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Consider sequences ${A_1,...,A_N}$ of length $N$ consisting of integers between $1$ and $K$ (inclusive).\nThere are $K^N$ such sequences. Find the sum of $\\gcd(A_1, ..., A_N)$ over all of them.\nSince t...",
"is_translate": false,
"language": "English"
}
]
}