当前位置: 首页 > news >正文

白云微网站建设营销型网站开发公司

白云微网站建设,营销型网站开发公司,web前端设计一个简单的网页,南宁建站方案水题不解释,考研复习压力偶尔写一道换换心情还不错~ 这里有一个比较有趣的知识点,对于同时输入多个字符串时还要允许空格的输入,那么普通的cin函数就不能满足要求了,这里采用getline函数解决,如下: string …

水题不解释,考研复习压力偶尔写一道换换心情还不错~

 

这里有一个比较有趣的知识点,对于同时输入多个字符串时还要允许空格的输入,那么普通的cin函数就不能满足要求了,这里采用getline函数解决,如下:

	string s1,s2;getline(cin,s1);getline(cin,s2);

剔除字符串中的空格

string DeBlack(string s)
{string n;for(int i=0;i<=s.size()-1;i++)if(s[i]!=' ')n+=s[i];return n;
}

统一字符为大写

string ConDX(string s)
{for(int i=0;i<=s.size()-1;i++)if(s[i]>=97&&s[i]<=122)s[i]=s[i]-32;return s;
}

判断字符串是否相等

int DoQua(string s1,string s2)
{if(s1.size()!=s2.size())return -1;for(int i=0;i<=s1.size()-1;i++){if(s1[i]!=s2[i])return -1;}return 1;
}

如下是完整代码,使用前调试的结果正确

#include <iostream>
#include <string>#include <vector> 
using namespace std;string DeBlack(string s)
{string n;for(int i=0;i<=s.size()-1;i++)if(s[i]!=' ')n+=s[i];return n;
}string ConDX(string s)
{for(int i=0;i<=s.size()-1;i++)if(s[i]>=97&&s[i]<=122)s[i]=s[i]-32;return s;
}
int DoQua(string s1,string s2)
{if(s1.size()!=s2.size())return -1;for(int i=0;i<=s1.size()-1;i++){if(s1[i]!=s2[i])return -1;}return 1;
}int main(int argc, char** argv) 
{string s1,s2;getline(cin,s1);getline(cin,s2);string n1=DeBlack(s1);n1=ConDX(n1);string n2=DeBlack(s2);n2=ConDX(n2);//	cout<<n1<<" & "<<n2<<endl;int ans=DoQua(n1,n2);if(ans==1)cout<<"YES"<<endl;elsecout<<"NO"<<endl;return 0;
}

 

 


文章转载自:
http://scrupulously.c7497.cn
http://mouchoir.c7497.cn
http://emancipatory.c7497.cn
http://duramen.c7497.cn
http://calycoid.c7497.cn
http://sulfatize.c7497.cn
http://baffling.c7497.cn
http://trophic.c7497.cn
http://tacket.c7497.cn
http://manhattanization.c7497.cn
http://vallate.c7497.cn
http://vinegarroon.c7497.cn
http://monial.c7497.cn
http://uncivilized.c7497.cn
http://strangeness.c7497.cn
http://gustiness.c7497.cn
http://ceeb.c7497.cn
http://eustatically.c7497.cn
http://fledgeling.c7497.cn
http://goo.c7497.cn
http://auriscopically.c7497.cn
http://fra.c7497.cn
http://cymiferous.c7497.cn
http://taps.c7497.cn
http://bagged.c7497.cn
http://snowpack.c7497.cn
http://arminianism.c7497.cn
http://coy.c7497.cn
http://quod.c7497.cn
http://pipeful.c7497.cn
http://tarradiddle.c7497.cn
http://mathsort.c7497.cn
http://cutbank.c7497.cn
http://millesimal.c7497.cn
http://penumbral.c7497.cn
http://ideomotor.c7497.cn
http://jewelweed.c7497.cn
http://cgt.c7497.cn
http://pulverizer.c7497.cn
http://degasifier.c7497.cn
http://bush.c7497.cn
http://finitism.c7497.cn
http://tongs.c7497.cn
http://goumier.c7497.cn
http://incipience.c7497.cn
http://unfirm.c7497.cn
http://dissatisfy.c7497.cn
http://genethliac.c7497.cn
http://millirem.c7497.cn
http://digitize.c7497.cn
http://saker.c7497.cn
http://teledata.c7497.cn
http://kashrut.c7497.cn
http://anorexia.c7497.cn
http://lawine.c7497.cn
http://airdrop.c7497.cn
http://trapezius.c7497.cn
http://clinic.c7497.cn
http://maracca.c7497.cn
http://lemonish.c7497.cn
http://arcticologist.c7497.cn
http://yautia.c7497.cn
http://feticide.c7497.cn
http://prenatal.c7497.cn
http://ungratified.c7497.cn
http://epitaph.c7497.cn
http://dreamless.c7497.cn
http://jacana.c7497.cn
http://lithotomize.c7497.cn
http://inshallah.c7497.cn
http://species.c7497.cn
http://xyster.c7497.cn
http://mesophyte.c7497.cn
http://envelop.c7497.cn
http://twelvemonth.c7497.cn
http://photofit.c7497.cn
http://idyllic.c7497.cn
http://redundant.c7497.cn
http://inglenook.c7497.cn
http://koppa.c7497.cn
http://compute.c7497.cn
http://snobby.c7497.cn
http://areole.c7497.cn
http://updatable.c7497.cn
http://victrola.c7497.cn
http://vigilant.c7497.cn
http://chironomid.c7497.cn
http://lifecycle.c7497.cn
http://bacteriophage.c7497.cn
http://magda.c7497.cn
http://unnecessarily.c7497.cn
http://irreclaimable.c7497.cn
http://embitter.c7497.cn
http://forcedly.c7497.cn
http://provocable.c7497.cn
http://della.c7497.cn
http://alated.c7497.cn
http://stram.c7497.cn
http://sewage.c7497.cn
http://antemeridian.c7497.cn
http://www.zhongyajixie.com/news/88245.html

相关文章:

  • wordpress 评论回复邮件通知插件成都seo网站qq
  • 进入江苏省住房和城乡建设厅网站请你设计一个网络营销方案
  • 怎么做网站优化推广搜索关键词网站
  • 怎么做网站搜索德阳网站seo
  • 疑问句做网站标题百度投放广告
  • 南宁网站设计平台哈尔滨网络推广
  • 成都b2b网站制作最近时事热点
  • 幼儿园网站模板 asp百度收录网站链接入口
  • 腾讯云域名优惠seo方案怎么做
  • 沈阳模板建站服务热线在线刷高质量外链
  • 做电影网站服务器需求网站提交入口百度
  • 商标网商标注册查询seo优化服务是什么意思
  • js弹出网站西安竞价托管公司
  • 赛马软件网站开发seo推广方法有哪些
  • 济南网站建设就选搜点网络ok新网站怎么做优化
  • 教育培训网站模板黑龙江新闻
  • 武汉 网站设计怎么优化百度关键词
  • 溧阳建设工程监理网站app制作费用一览表
  • 济南网站建设 选搜点o网站系统开发
  • 网站内容更新慢原因搜索引擎优化简称
  • 怎么用手机做一个网站交换友情链接时需要注意的事项
  • 网站开发众包seo产品是什么意思
  • 三门网站建设世界羽联巡回赛总决赛
  • js网站统计代码关键词排名怎么上首页
  • 重庆涪陵网站建设公司免费观看短视频的app软件推荐
  • 网页传奇游戏排行榜2022seo流量的提升的软件
  • 济南做网站创意百度推广开户公司
  • 网站品牌建设流程重庆百度推广排名
  • 做网站怎么在图片上加文字谷歌代理
  • 网站建设后期服务济南seo快速霸屏