#3704. C++-递归算法-十进制转换其他进制(36进制以内)

C++-递归算法-十进制转换其他进制(36进制以内)

Background

Description

十进制转换其他进制(36进制以内,10到35使用大写字母A到Z)

Format

Input

Output

Samples

456
2
111001000
37
36
11
70
36
1Y

Limitation

1s, 1024KiB for each test case.