国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計 > 正文

1084

2019-11-11 03:01:49
字體:
供稿:網(wǎng)友
#include<cstdio>#include<cstring>#include<iostream>#include<algorithm>using namespace std;int main(){	int key[128] = { 0 };	char str1[85];	char str2[85];	scanf("%s%s", str1, str2);	int len1 = strlen(str1);	int len2 = strlen(str2);	for (int i = 0; i < len2; i++){		if (str2[i] >= 'a'&&str2[i] <= 'z'){			key[str2[i]] = 1;			key[str2[i] - 32] = 1;		}		else{			if (str2[i] >= 'A'&&str2[i] <= 'Z'){				key[str2[i]] = 1;				key[str2[i] + 32] = 1;			}			else{				key[str2[i]] = 1;			}		}	}	for (int i = 0; i < len1; i++){		if (!key[str1[i]]){			if (str1[i] >= 'a'&& str1[i] <= 'z'){				PRintf("%c", str1[i] - 32);				key[str1[i]] = 1;				key[str1[i]-32] = 1;			}			else{				if (str1[i] >= 'A'&& str1[i] <= 'Z'){					printf("%c", str1[i]);					key[str1[i]] = 1;					key[str1[i] + 32] = 1;				}				else{					printf("%c", str1[i]);					key[str1[i]] = 1;				}			}		}	}	return 0;}
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 肥乡县| 延寿县| 山阳县| 大同市| 内江市| 永嘉县| 苍南县| 昌黎县| 郎溪县| 罗源县| 米脂县| 双柏县| 通州区| 长宁区| 大新县| 古蔺县| 汉中市| 天柱县| 泌阳县| 中方县| 蒙自县| 辰溪县| 溧阳市| 三门县| 松江区| 望城县| 会泽县| 沙河市| 安溪县| 南昌市| 东兰县| 宜昌市| 静乐县| 广宗县| 杨浦区| 宣化县| 扶绥县| 揭东县| 宜君县| 西乌| 宁陕县|