题解 1055: 二级C语言-进制转换

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

琪露诺的编程教室(C++代码)

摘要:解题思路:把每次模8的数存到数组里,最后倒序输出注意事项:其实转进制都是相同的格式参考代码:#include <iostream> #include <cmath>#include <cstring>……

各位大神看看我那错了

#includeusingnamespacestd;/*runthisprogramusingtheconsolepauseroraddyourowngetch,system("pause")orinputloop*/intmain(intargc,