API Response (JSON)
{
"problem": {
"name": "AABCC",
"description": {
"content": "How many positive integers no greater than $N$ can be represented as $a^2 \\times b \\times c^2$ with three **primes** $a,b$, and $c$ such that $a<b<c$?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 3000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc300_d"
},
"statements": [
{
"statement_type": "Markdown",
"content": "How many positive integers no greater than $N$ can be represented as $a^2 \\times b \\times c^2$ with three **primes** $a,b$, and $c$ such that $a<b<c$?\n\n## Constraints\n\n* $N$ is an integer satisfying...",
"is_translate": false,
"language": "English"
}
]
}