随笔分类 - AtCoder
摘要:AtCoder Beginner Contest 139 https://atcoder.jp/contests/abc139 5/6:今天前4题都很水,e还可以但是比较基础,f是计算几何的一个结论,挺没意思的,还是昨天的f比较好玩 A - Tenki #include <bits/stdc++.h
阅读全文
摘要:AtCoder Beginner Contest 138 https://atcoder.jp/contests/abc138 今天做的,f非常有意思,状态设计很巧妙,是限定范围内的数位dp;e还不知道为什么错,感觉思路没问题。 A - Red or Not #include <bits/stdc+
阅读全文
摘要:AtCoder Beginner Contest 137 昨天还是前天写的,忘了,今天补一下 https://atcoder.jp/contests/abc137 A - +-x #include <bits/stdc++.h> using namespace std; int main () {
阅读全文
摘要:AtCoder Beginner Contest 130 https://atcoder.jp/contests/abc130 补补之前的 A - Rounding #include <bits/stdc++.h> using namespace std; int main () { int a,
阅读全文
摘要:AtCoder Beginner Contest 126 https://atcoder.jp/contests/abc126 A - Changing a Character #include <bits/stdc++.h> using namespace std; int main () { i
阅读全文
摘要:AtCoder Beginner Contest 135 A - Harmony #include <bits/stdc++.h> using namespace std; int main () { int a, b; cin >> a >> b; if (a == b) cout << 0; e
阅读全文
摘要:AtCoder Beginner Contest 134 https://atcoder.jp/contests/abc134 A - Dodecagon #include <bits/stdc++.h> using namespace std; int main () { int a; cin >
阅读全文
摘要:AtCoder Beginner Contest 133 https://atcoder.jp/contests/abc133 A - T or T #include <bits/stdc++.h> using namespace std; int main (){ int a, b, n; cin
阅读全文
摘要:AtCoder Beginner Contest 284 A-F https://atcoder.jp/contests/abc284 被D卡了,感觉十分的弱智。 GEx看不懂题解( A - Sequence of Strings #include <bits/stdc++.h> using nam
阅读全文
摘要:AtCoder Beginner Contest 132 https://atcoder.jp/contests/abc132 持续被暴打的一天,因为晚上要打cf,所以明天再来写总结。悲 ct就是菜鸟newbie😫 A - Fifty-Fifty #include <bits/stdc++.h>
阅读全文
摘要:AtCoder Beginner Contest 131 https://atcoder.jp/contests/abc131 4/6:ABCD A - Security 水题 #include <bits/stdc++.h> using namespace std; signed main ()
阅读全文
摘要:AtCoder Beginner Contest 129 https://atcoder.jp/contests/abc129 4/6: ABCD A - Airplane 水题: #include <bits/stdc++.h> using namespace std; int main () {
阅读全文
摘要:AtCoder Beginner Contest 128 https://atcoder.jp/contests/abc128 A - Apple Pie #include <bits/stdc++.h> using namespace std; int main () { int a, b; ci
阅读全文
摘要:AtCoder Beginner Contest 127 https://atcoder.jp/contests/abc127/tasks 4/6: ABCD A - Ferris Wheel 水题 #include <bits/stdc++.h> using namespace std; int
阅读全文
摘要:
AtCoder Beginner Contest 280 A-G https://atcoder.jp/contests/abc280 个人认为D >> E,F 被D搞心态了,导致EF都没看() A - Pawn on a Grid 统计#的个数 #include <bits/stdc++.h> u
阅读全文

摘要:
abc
阅读全文

摘要:
AtCoder Beginner Contest 265 A-F https://atcoder.jp/contests/abc265 A - Apple 有两种购买策略: 元买一个苹果 or 元买三个苹果,问买 个苹果最少要花多少钱 #include <bits/stdc++
阅读全文

摘要:
砰!
阅读全文

摘要:
老婆老婆!
阅读全文

摘要:LINE Verda Programming Contest(AtCoder Beginner Contest 263) https://atcoder.jp/contests/abc263 G 待补 A - Full House 输入5个数,判断是否满足两个数相等,另外三个数相等 #include
阅读全文