随笔分类 -  AtCoder

摘要:AtCoder Beginner Contest 139 https://atcoder.jp/contests/abc139 5/6:今天前4题都很水,e还可以但是比较基础,f是计算几何的一个结论,挺没意思的,还是昨天的f比较好玩 A - Tenki #include <bits/stdc++.h 阅读全文
posted @ 2023-02-23 15:15 Sakana~ 阅读(39) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 138 https://atcoder.jp/contests/abc138 今天做的,f非常有意思,状态设计很巧妙,是限定范围内的数位dp;e还不知道为什么错,感觉思路没问题。 A - Red or Not #include <bits/stdc+ 阅读全文
posted @ 2023-02-22 21:31 Sakana~ 阅读(43) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 137 昨天还是前天写的,忘了,今天补一下 https://atcoder.jp/contests/abc137 A - +-x #include <bits/stdc++.h> using namespace std; int main () { 阅读全文
posted @ 2023-02-22 21:24 Sakana~ 阅读(28) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 130 https://atcoder.jp/contests/abc130 补补之前的 A - Rounding #include <bits/stdc++.h> using namespace std; int main () { int a, 阅读全文
posted @ 2023-01-27 22:34 Sakana~ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 126 https://atcoder.jp/contests/abc126 A - Changing a Character #include <bits/stdc++.h> using namespace std; int main () { i 阅读全文
posted @ 2023-01-26 10:27 Sakana~ 阅读(43) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2023-01-13 17:55 Sakana~ 阅读(28) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 134 https://atcoder.jp/contests/abc134 A - Dodecagon #include <bits/stdc++.h> using namespace std; int main () { int a; cin > 阅读全文
posted @ 2023-01-12 19:16 Sakana~ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2023-01-10 22:55 Sakana~ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 284 A-F https://atcoder.jp/contests/abc284 被D卡了,感觉十分的弱智。 GEx看不懂题解( A - Sequence of Strings #include <bits/stdc++.h> using nam 阅读全文
posted @ 2023-01-08 17:12 Sakana~ 阅读(218) 评论(2) 推荐(1) 编辑
摘要:AtCoder Beginner Contest 132 https://atcoder.jp/contests/abc132 持续被暴打的一天,因为晚上要打cf,所以明天再来写总结。悲 ct就是菜鸟newbie😫 A - Fifty-Fifty #include <bits/stdc++.h> 阅读全文
posted @ 2023-01-05 22:32 Sakana~ 阅读(63) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 131 https://atcoder.jp/contests/abc131 4/6:ABCD A - Security 水题 #include <bits/stdc++.h> using namespace std; signed main () 阅读全文
posted @ 2023-01-04 16:24 Sakana~ 阅读(28) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 129 https://atcoder.jp/contests/abc129 4/6: ABCD A - Airplane 水题: #include <bits/stdc++.h> using namespace std; int main () { 阅读全文
posted @ 2023-01-02 23:38 Sakana~ 阅读(32) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2022-12-30 23:19 Sakana~ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 127 https://atcoder.jp/contests/abc127/tasks 4/6: ABCD A - Ferris Wheel 水题 #include <bits/stdc++.h> using namespace std; int 阅读全文
posted @ 2022-12-29 23:28 Sakana~ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:AtCoder Beginner Contest 280 A-GAtCoder 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 阅读全文
posted @ 2022-12-04 20:54 Sakana~ 阅读(207) 评论(1) 推荐(1) 编辑
摘要:AtCoder Beginner Contest 266   A-Gabc 阅读全文
posted @ 2022-08-28 00:40 Sakana~ 阅读(243) 评论(0) 推荐(1) 编辑
摘要:AtCoder Beginner Contest 265  A-FAtCoder Beginner Contest 265 A-F https://atcoder.jp/contests/abc265 A - Apple 有两种购买策略:x 元买一个苹果 or y 元买三个苹果,问买 n 个苹果最少要花多少钱 #include <bits/stdc++ 阅读全文
posted @ 2022-08-26 15:53 Sakana~ 阅读(208) 评论(0) 推荐(1) 编辑
摘要:AtCoder Beginner Contest 236  A-F老婆老婆! 阅读全文
posted @ 2022-08-11 22:14 Sakana~ 阅读(63) 评论(0) 推荐(1) 编辑
摘要:LINE Verda Programming Contest(AtCoder Beginner Contest 263) https://atcoder.jp/contests/abc263 G 待补 A - Full House 输入5个数,判断是否满足两个数相等,另外三个数相等 #include 阅读全文
posted @ 2022-08-07 10:43 Sakana~ 阅读(120) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示