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

Memory Limit:16 MB Time Limit:1.000 S
Submit数:5 Solved数:5

Description

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

Input描述

整数n (0<= n<=10^12 )

Output描述

n的8进制对应的数

Sample Input Copy

100000

Sample Output Copy

303240

Source/Category

Problem :   2422        Language:        




    # 输入数据自测: