Problem2958--【语言基础】进制转换 - 十进制转九进制

2958: 【语言基础】进制转换 - 十进制转九进制

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入一个10进制正整数N (N <= 10000),请输出N对应的九进制形式。

Sample Input Copy

81

Sample Output Copy

100

Source/Category