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

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

1035. Password (20)

2019-11-14 09:59:28
字體:
供稿:網(wǎng)友

注意參數(shù)傳遞要引用

#include<iostream>#include<algorithm>#include<vector>#include<map> #include<string>#include<set>using namespace std;struct rec{	string name;	string pw;}; vector<rec> mod_rec;bool ismod(string &s){ 	bool flag = true;	for(int i = 0; i < s.size(); i++){		if(s[i] == '1'){			s[i] = '@';			flag = false;		}		else if(s[i] == '0'){			s[i] = '%';			flag = false;		}		else if(s[i] == 'l'){			s[i] = 'L';			flag = false;		}		else if(s[i] == 'O'){			s[i] = 'o';			flag = false;		}	}	if(flag == true) return true;	else return false;}int main(){	int n;	cin>>n;	for(int i = 0; i < n; i++){		rec a;		cin>>a.name>>a.pw;		if(!ismod(a.pw)){			mod_rec.push_back(a);		}	}	int count = mod_rec.size();	if(count == 0){		if(n == 1){			PRintf("There is %d account and no account is modified",n);		}		else{			printf("There are %d accounts and no account is modified",n);		}	}	else{		cout<<count<<endl;		for(int i = 0; i < mod_rec.size(); i++){			printf("%s %s/n",mod_rec[i].name.c_str(),mod_rec[i].pw.c_str());		}	}	return 0;} 


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 四平市| 内乡县| 交城县| 龙州县| 温州市| 海盐县| 施甸县| 漯河市| 吉木萨尔县| 沈阳市| 宁海县| 搜索| 东乌珠穆沁旗| 康保县| 文山县| 兴业县| 奉节县| 巫山县| 正镶白旗| 灵宝市| 乐亭县| 全州县| 景德镇市| 新蔡县| 黑山县| 孟津县| 平原县| 临澧县| 酒泉市| 介休市| 威海市| 内江市| 黄平县| 壤塘县| 房山区| 外汇| 嘉黎县| 肥东县| 邵东县| 缙云县| 苍梧县|