API Response (JSON)
{
"problem": {
"name": "Slimes",
"description": {
"content": "There are $A$ slimes. Each time Snuke shouts, the slimes multiply by $K$ times. In order to have $B$ or more slimes, at least how many times does Snuke need to shout?",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc248_b"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There are $A$ slimes.\nEach time Snuke shouts, the slimes multiply by $K$ times.\nIn order to have $B$ or more slimes, at least how many times does Snuke need to shout?\n\n## Constraints\n\n* $1 \\leq A \\l...",
"is_translate": false,
"language": "English"
}
]
}