API Response (JSON)
{
"problem": {
"name": "E. Perpetual Subtraction",
"description": {
"content": "There is a number _x_ initially written on a blackboard. You repeat the following action a fixed amount of times: 1. take the number _x_ currently written on a blackboard and erase it 2. select an ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF923E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "There is a number _x_ initially written on a blackboard. You repeat the following action a fixed amount of times:\n\n1. take the number _x_ currently written on a blackboard and erase it\n2. select an ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "黑板上最初写有一个数字 #cf_span[x]。你将重复以下操作固定次数:\n\n给定初始数字的分布和操作步数,求最终数字的分布。\n\n第一行包含两个整数,#cf_span[N] (#cf_span[1 ≤ N ≤ 105]) —— 黑板上可能写出的最大数字,以及 #cf_span[M] (#cf_span[0 ≤ M ≤ 1018]) —— 要执行的操作步数。\n\n第二行包含 #cf_span[N + ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z}^+ $, $ M \\in \\mathbb{Z}_{\\geq 0} $. \nLet $ \\mathbf{P} = (P_0, P_1, \\dots, P_N) \\in \\mathbb{F}_{998244353}^{N+1} $ be the initial probability distribution, whe...",
"is_translate": false,
"language": "Formal"
}
]
}