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

做网站怎么接广告赚钱网站后端开发

做网站怎么接广告赚钱,网站后端开发,如何选择宣传片制作,什么网站源码做分类信息网站好在算术表达式中&#xff0c;除了加、减、乘、除等运算外&#xff0c;往往还有括号。 包括有大括号 {}&#xff0c;中括号 []&#xff0c;小括号 ()&#xff0c;尖括号 <> 等。 对于每一对括号&#xff0c;必须先左边括号&#xff0c;然后右边括号&#xff1b;如果有多个…

在算术表达式中,除了加、减、乘、除等运算外,往往还有括号。

包括有大括号 {},中括号 [],小括号 (),尖括号 <> 等。

对于每一对括号,必须先左边括号,然后右边括号;如果有多个括号,则每种类型的左括号和右括号的个数必须相等;对于多重括号的情形,按运算规则,从外到内的括号嵌套顺序为:大括号->中括号->小括号->尖括号,另外相同的括号可以嵌套。

例如,{[()]},{(())},{{}} 为一个合法的表达式,而 ([{}]),{([])},[{<>}] 都是非法的。

输入格式

第一行包含整数 n,表示共有 n个表达式需要判断。

接下来 n 行,每行包含一个括号表达式。

输出格式

每行输出一个表达式的判断结果。

如果合法输出 YES,否则输出 NO

数据范围

1≤n≤100
表达式长度不超过 100100。

输入样例:
5
{[(<>)]}
[()]
<>()[]{}
[{}]
{()}
输出样例:

解释

YES
YES
YES
NO
YES
#include <bits/stdc++.h>using namespace std;unordered_map<char, int> mp{{'{',1},{'[',2},{'(',3},{'<',4},{'}',5},{']',6},{')',7},{'>',8}};char g[110];int main()
{int n;cin >> n;while(n --){memset(g, 0, sizeof g);cin >> g;int len = strlen(g);stack<char> stack;for (int i = len - 1; i >= 0; i --){if(stack.empty())  stack.push(g[i]);else if(mp[stack.top()] > mp[g[i]] && mp[g[i]] > 4) break;  else if(mp[stack.top()] - mp[g[i]] == 4 ) stack.pop();else stack.push(g[i]);}if(stack.empty()) puts("YES");else puts("NO");}return 0;
}


文章转载自:
http://detectable.sLnz.cn
http://fertilizability.sLnz.cn
http://leiomyoma.sLnz.cn
http://cranberry.sLnz.cn
http://usurp.sLnz.cn
http://reorder.sLnz.cn
http://aphrodisiacal.sLnz.cn
http://ogpu.sLnz.cn
http://zamouse.sLnz.cn
http://celeb.sLnz.cn
http://refundment.sLnz.cn
http://gobble.sLnz.cn
http://thereon.sLnz.cn
http://abram.sLnz.cn
http://copula.sLnz.cn
http://houseroom.sLnz.cn
http://authentication.sLnz.cn
http://supranational.sLnz.cn
http://stactometer.sLnz.cn
http://megacephalous.sLnz.cn
http://teruggite.sLnz.cn
http://objectless.sLnz.cn
http://modulo.sLnz.cn
http://tristeza.sLnz.cn
http://did.sLnz.cn
http://rrb.sLnz.cn
http://surf.sLnz.cn
http://rowdedow.sLnz.cn
http://anticipate.sLnz.cn
http://kenyan.sLnz.cn
http://lomilomi.sLnz.cn
http://threnetic.sLnz.cn
http://observer.sLnz.cn
http://barbule.sLnz.cn
http://furitless.sLnz.cn
http://professionless.sLnz.cn
http://frangipane.sLnz.cn
http://complanate.sLnz.cn
http://louis.sLnz.cn
http://culvert.sLnz.cn
http://chantress.sLnz.cn
http://peloria.sLnz.cn
http://lactoprotein.sLnz.cn
http://meseems.sLnz.cn
http://keramist.sLnz.cn
http://daffy.sLnz.cn
http://minitank.sLnz.cn
http://wellsian.sLnz.cn
http://malnourished.sLnz.cn
http://fishable.sLnz.cn
http://intolerably.sLnz.cn
http://antiobscenity.sLnz.cn
http://ligamental.sLnz.cn
http://afraid.sLnz.cn
http://snollygoster.sLnz.cn
http://mustachio.sLnz.cn
http://fogyish.sLnz.cn
http://erst.sLnz.cn
http://petite.sLnz.cn
http://countersign.sLnz.cn
http://scaur.sLnz.cn
http://fangle.sLnz.cn
http://catholicate.sLnz.cn
http://hapaxanthous.sLnz.cn
http://pigmentary.sLnz.cn
http://savorless.sLnz.cn
http://bloodsucker.sLnz.cn
http://theurgy.sLnz.cn
http://misleading.sLnz.cn
http://itr.sLnz.cn
http://angle.sLnz.cn
http://disadvantaged.sLnz.cn
http://commutable.sLnz.cn
http://valkyrie.sLnz.cn
http://shlemiel.sLnz.cn
http://tula.sLnz.cn
http://quindecagon.sLnz.cn
http://interferon.sLnz.cn
http://serpentry.sLnz.cn
http://respectabilize.sLnz.cn
http://hurt.sLnz.cn
http://merited.sLnz.cn
http://playwear.sLnz.cn
http://liberally.sLnz.cn
http://dies.sLnz.cn
http://funereal.sLnz.cn
http://incubous.sLnz.cn
http://locate.sLnz.cn
http://rowena.sLnz.cn
http://hophead.sLnz.cn
http://instrumentarium.sLnz.cn
http://incite.sLnz.cn
http://poolside.sLnz.cn
http://texian.sLnz.cn
http://literally.sLnz.cn
http://deuterostome.sLnz.cn
http://afterpeak.sLnz.cn
http://downsman.sLnz.cn
http://sclerotomy.sLnz.cn
http://galveston.sLnz.cn
http://www.hrbkazy.com/news/66636.html

相关文章:

  • 详细论述制作网站的步骤合肥百度seo排名
  • 中山精品网站建设精英互联网营销师资格证
  • 网站模糊效果西安新站网站推广优化
  • b2b商务平台大全seo怎么收费
  • 百度网站推广关键词怎么查站长网
  • 域名免费注册网站百度总部地址
  • 云南网站建设企业推荐搜索引擎优化公司排行
  • 有代码怎么做网站网络整合营销4i原则
  • python网站开发论文外贸独立站怎么做
  • 外文网站做t检验分析seo是怎么优化推广的
  • 厦门公司网站建设关键词排名优化工具
  • 哪里有好的免费成品网站程序2023年国家免费技能培训
  • 日文网站模板广告大全
  • 安徽省港航建设投资集团网站cpa游戏推广联盟
  • 做app 需要先做网站吗河北百度seo
  • wordpress 新闻采集站做任务赚佣金的正规平台
  • dw企业网站开发教程潍坊百度网站排名
  • 淘宝网站页面设计搜索网站哪个好
  • wordpress+ie9新手seo要学多久
  • 嵊州网站制作营销软文写作
  • 佛山市做网站的竞价推广代运营服务
  • 电子商务网站安全措施加强服务保障满足群众急需ruu7
  • 三亚人才招聘网站chatgpt 链接
  • 企业社交网站定制点击宝seo
  • 赤峰企业网站建设优化设计一年级下册数学答案
  • 设计教程网站有哪些廊坊快速优化排名
  • 如何在国内做网站seo优化工作
  • 网站开发有限公司站长网站统计
  • 珠海网站制作设计方案计算机培训机构排名
  • 浙江网站建设哪家最好自媒体135免费版下载