API Response (JSON)
{
"problem": {
"name": "012. Easy Exponentials",
"description": {
"content": "In the last contest, you were asked to find the last digit of a very large number. This time, you are asked to find the entirety of a much smaller number: your task is to find the first number taken t",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269012"
},
"statements": [
{
"statement_type": "Markdown",
"content": "In the last contest, you were asked to find the last digit of a very large number. This time, you are asked to find the entirety of a much smaller number: your task is to find the first number taken t...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z} $ with $ 1 \\leq n \\leq 10 $ and $ 1 \\leq k \\leq 10 $.\n\n**Objective** \nCompute $ n^k $....",
"is_translate": false,
"language": "Formal"
}
]
}