API Response (JSON)
{
"problem": {
"name": "A. Minimum Binary Number",
"description": {
"content": "String can be called _correct_ if it consists of characters \"_0_\" and \"_1_\" and there are no redundant leading zeroes. Here are some examples: \"_0_\", \"_10_\", \"_1001_\". You are given a _correct_ strin",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF976A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "String can be called _correct_ if it consists of characters \"_0_\" and \"_1_\" and there are no redundant leading zeroes. Here are some examples: \"_0_\", \"_10_\", \"_1001_\".\n\nYou are given a _correct_ strin...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "如果一个字符串仅由字符 \"_0_\" 和 \"_1_\" 组成,且没有多余的前导零,则称其为 _正确_ 字符串。例如:\"_0_\"、\"_10_\"、\"_1001_\"。\n\n给定一个 _正确_ 字符串 #cf_span[s]。\n\n你可以对该字符串执行两种不同的操作:\n\n令 #cf_span[val(s)] 表示以 #cf_span[s] 为二进制表示的数值。\n\n_正确_ 字符串 #cf_span[a] 小于另一...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\{0,1\\}^* $ be a correct binary string, i.e., $ s $ contains only characters '0' and '1', and has no leading zeros (so $ s = \"0\" $ or $ s[0] = '1' $). \nLet $ \\text{val}(...",
"is_translate": false,
"language": "Formal"
}
]
}