十进制数字串按要求转化为任意进制数字串(C语言描述)
输入:“10”,2输出:“1010”输入:“10”,15输出:“A”#include <stdio.h>#include <string.h>#include <stdlib.h>/*enum { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, G, H, I, J, K, L, M, N, ...