407112: GYM102697 083 The Numbers Mason!

Memory Limit:256 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

083. The Numbers Mason!time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard output

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.

Input

The 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.

Output

Output the translated string.

ExampleInput
164 150 151 163 40 151 163 40 141 40 160 162 157 160 145 162 40 157 165 164 160 165 164
Output
this is a proper output

加入题单

算法标签: