API Response (JSON)
{
"problem": {
"name": "154. BCD Conversion",
"description": {
"content": "Binary Coded Decimal(BCD) is a method of representing a value with binary notation while using the same digit places as base 10(decimal). For example, the value 783 in decimal translates to 1100001111",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269154"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Binary Coded Decimal(BCD) is a method of representing a value with binary notation while using the same digit places as base 10(decimal). For example, the value 783 in decimal translates to 1100001111...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ d \\in \\mathbb{Z} $ be the input decimal integer, with decimal digit representation $ d = d_m d_{m-1} \\dots d_1 d_0 $, where $ d_i \\in \\{0,1,\\dots,9\\} $ and $ m+1 $ is the numbe...",
"is_translate": false,
"language": "Formal"
}
]
}