API Response (JSON)
{
"problem": {
"name": "142. Hydra Tree",
"description": {
"content": "You have a tree that is growing very fast. At first, the tree has one branch. On each successive day, the tree grows a certain number of branches. On each day, the number of new branches is calculated",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269142"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have a tree that is growing very fast. At first, the tree has one branch. On each successive day, the tree grows a certain number of branches. On each day, the number of new branches is calculated...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ x \\in \\mathbb{Z}^+ $ be the final number of branches, with $ x < 10000 $. \nLet $ n \\in \\mathbb{Z} $ be the constant growth multiplier, $ n > 1 $. \n\nThe tree starts with 1 bra...",
"is_translate": false,
"language": "Formal"
}
]
}