摘要:#include<stdio.h> #define M 2 /* 用递归算法将一个十进制数字x转化成M进制的数 */ void solution(int x, int m); char list[16] = {'0', '1', '2', '3', '4', '5' , '6', '7', '8',
阅读全文
posted @ 2020-07-21 22:07
posted @ 2020-07-21 22:07
posted @ 2020-07-21 11:09
posted @ 2020-07-20 21:34
posted @ 2020-07-20 20:49
posted @ 2020-07-19 18:36
posted @ 2020-07-19 18:20