API Response (JSON)
{
"problem": {
"name": "083. The Numbers Mason!",
"description": {
"content": "The Octal Numeral system is a Base-8 number system, with the same concept and algorithm as other number systems, such as binary and hexadecimal. The advantages of using the base 8 system, is that all ",
"description_type": "Markdown"
},
"platform": "Codeforces",
"limit": {
"time_limit": 1000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "CF10269083"
},
"statements": [
{
"statement_type": "Markdown",
"content": "The Octal Numeral system is a Base-8 number system, with the same concept and algorithm as other number systems, such as binary and hexadecimal. The advantages of using the base 8 system, is that all ...",
"is_translate": false,
"language": "English"
},
{
"statement_type": "Markdown",
"content": "**Definitions** \nLet $ O = \\{o_1, o_2, \\dots, o_n\\} $ be a sequence of octal integers (base-8), represented as strings of digits from $\\{0,1,2,3,4,5,6,7\\}$.\n\n**Constraints** \nEach $ o_i $ is a valid...",
"is_translate": false,
"language": "Formal"
}
]
}