摘要: 问题描述 练习 3-5 编写函数 itob(n, s, b),将整数n转换为以b为底的数,并将转换结果以字符的形式保存到字符串s中。例如,itob(n, s, 16)把整数n格式化成十六进制整数保存在s中。 Write the function itob(n,s,b) that converts t 阅读全文
posted @ 2020-05-21 20:51 益生李佳菌 阅读(518) 评论(0) 推荐(0)