API Response (JSON)
{
"problem": {
"name": "A. Modular Exponentiation",
"description": {
"content": "The following problem is well-known: given integers _n_ and _m_, calculate <center>,</center>where 2_n_ = 2·2·...·2 (_n_ factors), and denotes the remainder of division of _x_ by _y_. You are asked ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF913A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The following problem is well-known: given integers _n_ and _m_, calculate\n\n<center>,</center>where 2_n_ = 2·2·...·2 (_n_ factors), and denotes the remainder of division of _x_ by _y_.\n\nYou are asked ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "以下问题是众所周知的:给定整数 #cf_span[n] 和 #cf_span[m],计算\n\n其中 #cf_span[2n = 2·2·...·2](#cf_span[n] 个因子),且 表示 #cf_span[x] 除以 #cf_span[y] 的余数。\n\n你被要求解决这个“逆向”问题。给定整数 #cf_span[n] 和 #cf_span[m],计算\n\n第一行包含一个整数 #cf_span[n...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given integers $ n $ and $ m $, compute:\n\n$$\n2^n \\bmod m\n$$...",
"is_translate": false,
"language": "Formal"
}
]
}