摘要: 一天打两场,爽到(确信 传送门:https://atcoder.jp/contests/abc161/ A #include<bits/stdc++.h> using namespace std; int main(){ int a, b, c; cin>>a>>b>>c; swap(a, c), 阅读全文
posted @ 2021-06-30 23:24 HinanawiTenshi 阅读(27) 评论(0) 推荐(0) 编辑
摘要: A #include<bits/stdc++.h> using namespace std; int main(){ string s; cin>>s; if(s[2]==s[3] && s[4]==s[5]) puts("Yes"); else puts("No"); return 0; } B 阅读全文
posted @ 2021-06-30 18:40 HinanawiTenshi 阅读(51) 评论(0) 推荐(0) 编辑