标题:求一种去掉字符串中空格以及无效字符的程序
取消只看楼主
薇儿2333
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2018-4-19
结帖率:66.67%
已结贴  问题点数:18 回复次数:1 
求一种去掉字符串中空格以及无效字符的程序
The input is two strings(A and B) and a integer(k).
You should write a function to accomplish the following functions.
1、Insert B into A, the integer k is the position of the B.
    Example: A is "World", B is "Hello", k=0, the result is "HelloWorld"
2、if k < 0 or k > strlen(A), print "illegal index"
3、The length of A is less then 2000, the length of B is less than 1000.
Sample Input:
world hello 0
Sample Output:
helloworld

Sample Input:
world hello 10
Sample Output:
illegal index

Sample Input:
helld oworl 4
Sample Output:
helloworld
搜索更多相关主题的帖子: The input World Hello Sample 
2018-04-21 23:43
薇儿2333
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2018-4-19
得分:0 
其余同学请绕行,谢谢
2018-04-23 16:51



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-486269-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.295672 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved