1018: 八进制

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:83 Solved:43

Description

输入一个整数,将其转换成八进制数输出。

Input

输入包括一个整数N(0<=N<=100000)。

Output

可能有多组测试数据。对于每组数据,输出N的八进制表示数。

Sample Input Copy

9
8
5

Sample Output Copy

11
10
5