API Response (JSON)
{
"problem": {
"name": "D. Ability To Convert",
"description": {
"content": "Alexander is learning how to convert numbers from the decimal system to any other, however, he doesn't know English letters, so he writes any number only as a decimal number, it means that instead of ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF758D"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Alexander is learning how to convert numbers from the decimal system to any other, however, he doesn't know English letters, so he writes any number only as a decimal number, it means that instead of ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "Alexander 正在学习如何将十进制数转换为任意进制,但他不懂英文字母,因此他将任何数都仅以十进制形式书写,也就是说,他不会使用字母 #cf_span[A],而是写成数字 #cf_span[10]。因此,当他将十进制数 #cf_span[475] 转换为十六进制时,他会得到 #cf_span[11311](因为 #cf_span[475 = 1·162 + 13·161 + 11·160])。...",
"is_translate": true,
"language": "Chinese"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ n \\in \\mathbb{Z} $ be the base ($2 \\leq n \\leq 10^9$). \nLet $ k $ be a string of decimal digits representing a number in base $ n $, with $ 0 \\leq k < 10^{60} $, and each digi...",
"is_translate": false,
"language": "Formal"
}
]
}