1583 - 正整数n转换为8进制
Time Limit : 1 秒
Memory Limit : 16 MB
请将一个整数n(n<=10^12)的整数转换为8进制!
Input
整数n
Output
n的8进制对应的数
Examples
Input
100000
Output
303240