1728: 【入门】正整数n转换为8进制

Memory Limit:16 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:5 Solved:2

Description

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

Input

整数n

Output

n的8进制对应的数

Sample Input Copy

100000

Sample Output Copy

303240