API Response (JSON)
{
"problem": {
"name": "Dice Game",
"description": {
"content": "We have an $N$\\-sided die where all sides have the same probability to show up. Let us repeat rolling this die until every side has shown up. For integers $i$ such that $1 \\le i \\le M$, find the expec",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 6000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc154_f"
},
"statements": [
{
"statement_type": "Markdown",
"content": "We have an $N$\\-sided die where all sides have the same probability to show up. Let us repeat rolling this die until every side has shown up.\nFor integers $i$ such that $1 \\le i \\le M$, find the expec...",
"is_translate": false,
"language": "English"
}
]
}