API Response (JSON)
{
"problem": {
"name": "Unexpressed",
"description": {
"content": "Given is an integer $N$. How many integers between $1$ and $N$ (inclusive) are unrepresentable as $a^b$, where $a$ and $b$ are integers not less than $2$?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc193_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is an integer $N$. How many integers between $1$ and $N$ (inclusive) are unrepresentable as $a^b$, where $a$ and $b$ are integers not less than $2$?\n\n## Constraints\n\n* $N$ is an integer.\n* $...",
"is_translate": false,
"language": "English"
}
]
}