API Response (JSON)
{
"problem": {
"name": "A. Div. 64",
"description": {
"content": "Top-model Izabella participates in the competition. She wants to impress judges and show her mathematical skills. Her problem is following: for given string, consisting of only 0 and 1, tell if it's ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF887A"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Top-model Izabella participates in the competition. She wants to impress judges and show her mathematical skills.\n\nHer problem is following: for given string, consisting of only 0 and 1, tell if it's ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "顶级模特 Izabella 参加了一场竞赛。她希望给评委留下深刻印象,并展示她的数学能力。\n\n她的题目如下:给定一个仅由 0 和 1 组成的字符串,判断是否可以通过移除某些数字,使得剩余的数字是某个能被 64 整除的正整数的二进制表示。\n\n在唯一的一行中,给定一个非空的二进制字符串 #cf_span[s],长度不超过 #cf_span[100]。\n\n如果可以通过移除数字实现上述要求,请输出 «_y...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "Given a binary string $ s \\in \\{0,1\\}^* $ with $ 1 \\leq |s| \\leq 100 $, determine whether there exists a subsequence of $ s $ that forms a binary representation of a positive integer divisible by 64.\n...",
"is_translate": false,
"language": "Formal"
}
]
}