API Response (JSON)
{
"problem": {
"name": "E. Team Work",
"description": {
"content": "You have a team of _N_ people. For a particular task, you can pick any non-empty subset of people. The cost of having _x_ people for the task is _x__k_. Output the sum of costs over all non-empty sub",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF932E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "You have a team of _N_ people. For a particular task, you can pick any non-empty subset of people. The cost of having _x_ people for the task is _x__k_.\n\nOutput the sum of costs over all non-empty sub...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "你有一个由 #cf_span[N] 个人组成的团队。对于某个特定任务,你可以选择任意非空子集的人。让 #cf_span[x] 个人参与任务的成本是 #cf_span[xk]。\n\n请输出所有非空子集的成本之和。\n\n输入仅有一行,包含两个整数 #cf_span[N] #cf_span[(1 ≤ N ≤ 109)],分别表示总人数和 #cf_span[k] #cf_span[(1 ≤ k ≤ 5000)...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ N \\in \\mathbb{Z} $, $ 1 \\leq N \\leq 10^9 $, be the number of people. \nLet $ k \\in \\mathbb{Z} $, $ 1 \\leq k \\leq 5000 $, be the cost exponent. \nThe cost of a subset of size $ ...",
"is_translate": false,
"language": "Formal"
}
]
}