首页 > 学院 > 开发设计 > 正文

pat-basic-1033-c语言

2019-11-10 17:59:48
字体:
来源:转载
供稿:网友
#include<stdio.h>int main(){	int i,j;	char Word[100]={0},str[100010]={0};	gets(word);	gets(str);	for(i=0;word[i]!='/0';i++)	{		if(word[i]=='+')		{			for(j=0;str[j]!='/0';j++)			{				if(str[j]<='Z'&&str[j]>='A')				str[j]=' ';			}		}		for(j=0;str[j]!='/0';j++)		{			if(str[j]<='z'&&str[j]>='a')			{				if(str[j]==word[i]+'a'-'A')				str[j]=' ';			}			else			{				if(str[j]==word[i])				str[j]=' ';			}					}		}	for(i=0;str[i]!='/0';i++)	{		if(str[i]!=' ')		putchar(str[i]);	}	return 0;}
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表