大概可以这样说 给出一个数(为正整数),将其转换为二进制,如: 输入
3
输出
11
由于转换后很长 能用字符存储 求一个能满足的函数
string(string a){ //补充 return ans;//ans属于string类型 }