API Response (JSON)
{
"problem": {
"name": "Fraction Floor Sum",
"description": {
"content": "Given is a positive integer $N$. Find the value $\\displaystyle\\sum_{i=1}^N \\left[ \\frac{N}{i} \\right]$. Here, for a real number $x$, $[x]$ denotes the largest integer not exceeding $x$.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc230_e"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a positive integer $N$. Find the value $\\displaystyle\\sum_{i=1}^N \\left[ \\frac{N}{i} \\right]$.\nHere, for a real number $x$, $[x]$ denotes the largest integer not exceeding $x$.\n\n## Constraint...",
"is_translate": false,
"language": "English"
}
]
}