API Response (JSON)
{
"problem": {
"name": "E. Largest Beautiful Number",
"description": {
"content": "_Yes, that's another problem with definition of \"beautiful\" numbers_. Let's call a positive integer _x_ _beautiful_ if its decimal representation without leading zeroes contains even number of digits",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF946E"
},
"statements": [
{
"statement_type": "Markdown",
"content": "_Yes, that's another problem with definition of \"beautiful\" numbers_.\n\nLet's call a positive integer _x_ _beautiful_ if its decimal representation without leading zeroes contains even number of digits...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "_是的,这是另一个关于“美丽”数字定义的问题_。\n\n我们称一个正整数 #cf_span[x] 为 _美丽的_,如果它的十进制表示(不含前导零)包含偶数个数字,并且存在一种对该表示的排列,使其成为回文。例如,#cf_span[4242] 是一个美丽的数字,因为它包含 #cf_span[4] 个数字,并且存在一个回文排列 #cf_span[2442]。\n\n给定一个正整数 #cf_span[s],找出小...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ s \\in \\mathbb{Z}^+ $ be a positive integer with even decimal length and no leading zeros. \nA number $ x \\in \\mathbb{Z}^+ $ is *beautiful* if: \n- Its decimal representation ha...",
"is_translate": false,
"language": "Formal"
}
]
}