#99. Base62
Base62
题目描述
As we already know, base64 is a common binary-to-text encoding scheme. Here we define a special series of positional systems that represent numbers using a base (a.k.a. radix) of to . The symbols -- represent zero to nine, and -- represent ten to thirty-five, and -- represent thirty-six to sixty-one. Now you need to convert some integer in base into base .
输入格式
The input contains three integers , and , where the integer is given in base .
输出格式
Output the integer in base .
样例
16 2 FB
11111011