摘要:
题目:#include/* if(res >= base) return -1;*/int convert(int val,int base)//某进制转换为10进制{ int weight = 1,res,ans=0; while(val) {... 阅读全文
posted @ 2018-05-01 17:22
阿聊
阅读(155)
评论(0)
推荐(0)
2018年5月1日 #