Problem4195--正整数n转换为8进制

4195: 正整数n转换为8进制

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Submit

Description

请将一个整数n(n<=10^12)的整数转换为8进制!

Input

整数n

Output

n的8进制对应的数

Sample Input Copy

100000

Sample Output Copy

303240

Source/Category