API Response (JSON)
{
"problem": {
"name": "250-like Number",
"description": {
"content": "Let us regard an integer $k$ as \"similar to $250$\" if the following condition is satisfied: * $k$ is represented as $k=p \\times q^3$ with primes $p<q$. How many integers less than or equal to $N$ ",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc250_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Let us regard an integer $k$ as \"similar to $250$\" if the following condition is satisfied:\n\n* $k$ is represented as $k=p \\times q^3$ with primes $p<q$.\n\nHow many integers less than or equal to $N$ ...",
"is_translate": false,
"language": "English"
}
]
}