g
y
7
7
7
7
摘要: /* * @Issue: 从键盘输入两个字符串,把串b的前五个字符接到串a中,若b长度小于5,则把b全接上 * @Author: 一届书生 * @LastEditTime : 2020-01-20 09:24:27 */ #include<iostream> #include<string> usi 阅读全文
posted @ 2020-01-20 10:09 gy77 阅读(145) 评论(0) 推荐(0) 编辑