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

Memory Limit:16 MB Time Limit:1.000 S
Creator:
Submit:10 Solved:5

Description

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

Input

整数n

Output

n的8进制对应的数

Sample Input

100000

Sample Output

303240