摘要: // 面试题5:替换空格 // 题目:请实现一个函数,把字符串中的每个空格替换成"%20"。例如输入“We are happy.”, // 则输出“We%20are%20happy.”。 #include <cstdio> #include <cstring> /*length 为字符数组str的总 阅读全文
posted @ 2020-03-16 23:45 源周率 阅读(144) 评论(0) 推荐(0) 编辑