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

正整数n转换为8进制

题目描述

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

输入

整数n

输出

n的8进制对应的数

样例输入

100000

样例输出

303240