{"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 of its components are made of numbers, unlike the hexadecimal system, and is shorter than the binary system.\n\nThe input will be composed of different integer values depicting octal values, separated by spaces, which represent a certain Unicode value once converted into a decimal.\n\nOutput the translated string.\n\n## Input\n\nThe input will be composed of different integer values depicting octal values, separated by spaces, which represent a certain Unicode value once converted into a decimal.\n\n## Output\n\nOutput the translated string.\n\n[samples]","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 octal numeral (no digit outside $\\{0,1,2,3,4,5,6,7\\}$).\n\n**Objective**  \nFor each $ o_i $, convert it to its decimal equivalent $ d_i = \\text{octal\\_to\\_decimal}(o_i) $.  \nOutput the string formed by the Unicode characters corresponding to the decimal values $ d_i $:  \n$$\n\\text{result} = \\bigoplus_{i=1}^{n} \\text{chr}(d_i)\n$$","is_translate":false,"language":"Formal"}],"meta":{"iden":"CF10269083","tags":[],"sample_group":[],"created_at":"2026-03-03 11:00:39"}}