摘要:
描述输入一个字符串str和一个过滤字符串s(代表一个过滤表),将str中所有来自过滤表字符都滤除。 输入输入数据有2行,第一行为str,第二行为s,字符串均不超过70个字符。输出输出滤除后的字符串。样例输入asf$$a sf$$$a样例输出sfsf#include<stdio.h>#include<math.h>#include<string.h>#include<ctype.h>char str[71],s[71],temp[71];void deal(char *str, char *s){ int i,j,len; len=strlen(s 阅读全文
posted @ 2013-05-09 23:42
xueda120
阅读(657)
评论(0)
推荐(0)

浙公网安备 33010602011771号