随笔分类 -  AtCoder

摘要:这次又是倒在了t5,没救了。 ABC379 A - Cyclic 难度:红 #include<bits/stdc++.h> using namespace std; int main(){ char a,b,c;cin>>a>>b>>c; cout<<b<<c<<a<<' '<<c<<a<<b; r 阅读全文
posted @ 2024-11-10 20:44 nagato__yuki 阅读(70) 评论(1) 推荐(1)
摘要:ABC378 光速切掉前四题,结果倒在了第五题。 A - Pairing 难度:红。 弱智题,不解释。 #include<bits/stdc++.h> using namespace std; int main(){ int a[5]={0}; for(int i=1;i<=4;i++){ int 阅读全文
posted @ 2024-11-03 16:18 nagato__yuki 阅读(42) 评论(0) 推荐(0)