API Response (JSON)
{
"problem": {
"name": "B. Luba And The Ticket",
"description": {
"content": "Luba has a ticket consisting of 6 digits. In one move she can choose digit in any position and replace it with arbitrary digit. She wants to know the minimum number of digits she needs to replace in o",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF845B"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Luba has a ticket consisting of 6 digits. In one move she can choose digit in any position and replace it with arbitrary digit. She wants to know the minimum number of digits she needs to replace in o...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Luba 有一张由 #cf_span[6] 位数字组成的票。在一次操作中,她可以选择任意位置的数字并将其替换为任意数字。她想知道最少需要替换多少个数字,才能使这张票变成幸运票。\n\n当且仅当前三个数字的和等于后三个数字的和时,这张票被认为是幸运的。\n\n给你一个由 #cf_span[6] 个字符组成的字符串(所有字符都是从 #cf_span[0] 到 #cf_span[9] 的数字)——该字符串表示 ...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ T = d_1 d_2 d_3 d_4 d_5 d_6 $ be a string of 6 digits, where $ d_i \\in \\{0, 1, \\dots, 9\\} $ for $ i = 1, \\dots, 6 $. \nDefine: \n- $ S_L = d_1 + d_2 + d_3 $: sum of the first t...",
"is_translate": false,
"language": "Formal"
}
]
}