API Response (JSON)
{
"problem": {
"name": "C. Minimal string",
"description": {
"content": "Petya recieved a gift of a string _s_ with length up to 105 characters for his birthday. He took two more empty strings _t_ and _u_ and decided to play a game. This game has two possible moves: * E",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF797C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Petya recieved a gift of a string _s_ with length up to 105 characters for his birthday. He took two more empty strings _t_ and _u_ and decided to play a game. This game has two possible moves:\n\n* E...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Petya 收到了一个长度最多为 $10^5$ 个字符的字符串 $s$ 作为生日礼物。他取了两个空字符串 $t$ 和 $u$,并决定玩一个游戏。这个游戏有两种可能的操作:\n\nPetya 希望最终让字符串 $s$ 和 $t$ 都变为空,而字符串 $u$ 字典序最小。\n\n你需要编写一个程序帮助 Petya 赢得这个游戏。\n\n第一行包含一个非空字符串 $s$($1 ≤ |s| ≤ 10^5$),由小写英...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\Sigma^* $ be the input string, where $ \\Sigma = \\{a, b, \\dots, z\\} $ and $ 1 \\leq |s| \\leq 10^5 $. \nLet $ t = \\varepsilon $, $ u = \\varepsilon $ be initial empty string...",
"is_translate": false,
"language": "Formal"
}
]
}