API Response (JSON)
{
"problem": {
"name": "POW",
"description": {
"content": "For a base number $X$, the product of multiplying it $Y$ times is called _$X$ to the $Y$\\-th power_ and represented as $\\text{pow}(X, Y)$. For example, we have $\\text{pow}(2,3)=2\\times 2\\times 2=8$. G",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "abc205_c"
},
"statements": [
{
"statement_type": "Markdown",
"content": "For a base number $X$, the product of multiplying it $Y$ times is called _$X$ to the $Y$\\-th power_ and represented as $\\text{pow}(X, Y)$. For example, we have $\\text{pow}(2,3)=2\\times 2\\times 2=8$.\nG...",
"is_translate": false,
"language": "English"
}
]
}