05 2022 档案

摘要:AtCoder Beginner Contest 252 A - ASCII code #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> pii; const int N= 阅读全文
posted @ 2022-05-22 22:08 menitrust 阅读(60) 评论(0) 推荐(0)
摘要:AtCoder Beginner Contest 251 A - Six Characters #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> pii; const in 阅读全文
posted @ 2022-05-14 22:57 menitrust 阅读(79) 评论(0) 推荐(0)
摘要:Codeforces Round #790 (Div. 4) A - Lucky? #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int,int> pii; const int N=1e 阅读全文
posted @ 2022-05-12 22:18 menitrust 阅读(50) 评论(0) 推荐(0)
摘要:AtCoder Beginner Contest 250 A - Adjacent Squares 判断一下四个方向有无格子即可 #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cm 阅读全文
posted @ 2022-05-10 15:38 menitrust 阅读(65) 评论(0) 推荐(0)
摘要:Codeforces Round #786 (Div. 3) A - Number Transformation #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath> usi 阅读全文
posted @ 2022-05-06 21:37 menitrust 阅读(36) 评论(0) 推荐(0)