HDU-2031 C-进制转化

题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=2031 题目分析:        利用数组存储,逆序输出即可 #include<iostream> #include<algorithm> using namespace std; char res[10010]; int i; char solve[] = {'0','1','2','3','4',
相关文章
相关标签/搜索