API Response (JSON)
{
"problem": {
"name": "Digit vs Square Root",
"description": {
"content": "Solve the following problem for $T$ test cases. Given an integer $N$, find the number of integers $x$ that satisfy all of the following conditions: * $1 \\le x \\le N$ * Let $y = \\lfloor \\sqrt{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": "arc174_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Solve the following problem for $T$ test cases.\nGiven an integer $N$, find the number of integers $x$ that satisfy all of the following conditions:\n\n* $1 \\le x \\le N$\n* Let $y = \\lfloor \\sqrt{x} \\...",
"is_translate": false,
"language": "English"
}
]
}