| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1959 人关注过本帖, 1 人收藏
标题:求一种去掉字符串中空格以及无效字符的程序
取消只看楼主 加入收藏
薇儿2333
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2018-4-19
结帖率:66.67%
收藏(1)
已结贴  问题点数: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
快速回复:求一种去掉字符串中空格以及无效字符的程序
数据加载中...
 
   



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

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