API Response (JSON)
{
"problem": {
"name": "C. Divide by Three",
"description": {
"content": "A positive integer number _n_ is written on a blackboard. It consists of not more than 105 digits. You have to transform it into a _beautiful_ number by erasing some of the digits, and you want to era",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF792C"
},
"statements": [
{
"statement_type": "Markdown",
"content": "A positive integer number _n_ is written on a blackboard. It consists of not more than 105 digits. You have to transform it into a _beautiful_ number by erasing some of the digits, and you want to era...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "一块黑板上写有一个正整数 #cf_span[n],它至多包含 #cf_span[105] 位数字。你需要通过擦除一些数字将其变为一个 _美丽的_ 数字,并希望擦除尽可能少的数字。\n\n一个数字被称为美丽的,当且仅当它至少包含一位数字、没有前导零,且是 #cf_span[3] 的倍数。例如,_0_、_99_、_10110_ 是美丽的数字,而 _00_、_03_、_122_ 不是。\n\n请编写一个程序,对...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n $ be a string of digits representing a positive integer, with $ 1 \\leq |n| \\leq 10^5 $, and no leading zeros. \n\nA **beautiful number** is a non-empty string $ b $ such that:...",
"is_translate": false,
"language": "Formal"
}
]
}