API Response (JSON)
{
"problem": {
"name": "E. Card Game Again",
"description": {
"content": "Vova again tries to play some computer card game. The rules of deck creation in this game are simple. Vova is given an existing deck of _n_ cards and a magic number _k_. The order of the cards in the",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF818E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Vova again tries to play some computer card game.\n\nThe rules of deck creation in this game are simple. Vova is given an existing deck of _n_ cards and a magic number _k_. The order of the cards in the...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Vova 再次尝试玩一款电脑卡牌游戏。\n\n该游戏中的牌组创建规则很简单。Vova 被给予一个包含 #cf_span[n] 张牌的现有牌组和一个魔法数字 #cf_span[k]。牌组中牌的顺序是固定的,每张牌上写有一个数字;第 #cf_span[i] 张牌上写的数字是 #cf_span[ai]。\n\n在收到牌组和魔法数字后,Vova 会从牌组顶部移除 #cf_span[x] 张牌(可能 #cf_spa...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n, k \\in \\mathbb{Z}^+ $, with $ 1 \\leq n \\leq 10^5 $, $ 1 \\leq k \\leq 10^9 $. \nLet $ A = (a_1, a_2, \\dots, a_n) $ be a sequence of integers, where $ 1 \\leq a_i \\leq 10^9 $. \n...",
"is_translate": false,
"language": "Formal"
}
]
}