API Response (JSON)
{
"problem": {
"name": "Exponential",
"description": {
"content": "You are given a positive integer $X$. Find the largest _perfect power_ that is at most $X$. Here, a perfect power is an integer that can be represented as $b^p$, where $b$ is an integer not less than ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc097_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You are given a positive integer $X$. Find the largest _perfect power_ that is at most $X$. Here, a perfect power is an integer that can be represented as $b^p$, where $b$ is an integer not less than ...",
"is_translate": false,
"language": "English"
}
]
}