#P1053. C二级辅导-进制转换

C二级辅导-进制转换

<style type="text/css">p { margin-bottom: 0.21cm; }</style>

编程,输入一个10进制正整数,然后输出它所对应的八进制数。

Input

Output

Sample Input

10

Sample Output

12

HINT

Source