#675. 正整数n转换为8进制

正整数n转换为8进制

题目描述

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

输入格式

整数n

输出格式

n的8进制对应的数

100000
303240