会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
menitrust
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2022年5月10日
2022.5.10
摘要: AtCoder Beginner Contest 250 A - Adjacent Squares 判断一下四个方向有无格子即可 #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cm
阅读全文
posted @ 2022-05-10 15:38 menitrust
阅读(52)
评论(0)
推荐(0)
2022年5月6日
2022.5.6
摘要: 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
阅读(31)
评论(0)
推荐(0)
2022年4月29日
2022.4.29
摘要: SZTU春季个人训练赛 A - Alphabet 最长上升子序列 #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath> using namespace std; typede
阅读全文
posted @ 2022-04-29 16:50 menitrust
阅读(36)
评论(0)
推荐(0)
2022年4月26日
2022.4.26
摘要: Codeforces Global Round 20 A - Log Chopping 看n太小直接用vector暴力模拟了,看题解发现代码十分简洁。 暴力模拟代码 #include<iostream> #include<cstdio> #include<algorithm> #include<cs
阅读全文
posted @ 2022-04-26 15:38 menitrust
阅读(25)
评论(0)
推荐(0)
2022.4.25
摘要: AtCoder Beginner Contest 249 A - Jogging 没读好,题面有点问题20分钟后才了改题面。 #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmat
阅读全文
posted @ 2022-04-26 00:48 menitrust
阅读(33)
评论(0)
推荐(0)
2022年4月24日
2022.4.24
摘要: Educational Codeforces Round 127 (Rated for Div. 2) A - String Building a,b必须同时出现 #include<iostream> #include<cstdio> #include<algorithm> #include<cst
阅读全文
posted @ 2022-04-24 23:45 menitrust
阅读(47)
评论(0)
推荐(0)
2022年4月22日
2022.4.22
摘要: Codeforces Round #784 (Div. 4) A. Division? #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath> using namespace
阅读全文
posted @ 2022-04-22 15:03 menitrust
阅读(40)
评论(0)
推荐(0)
2022年4月20日
2022.4.20
摘要: Codeforces Round #783 (Div. 2) 最近思维很差劲,一开始想错了思路后面就一直卡着想着调就很难回到正轨了,越急越寄。 A - Direction Change 是个找规律题,可以把每个数拆成两部分,如(7,4)可以分成先走(4,4),再走到(7,4)。走到(4.4)所需步数
阅读全文
posted @ 2022-04-20 23:07 menitrust
阅读(24)
评论(0)
推荐(0)
2022年4月19日
2022.4.19
摘要: Codeforces Round #782 (Div. 2) A. Red Versus Blue 直接挨个插空到没有为止 #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath
阅读全文
posted @ 2022-04-19 15:25 menitrust
阅读(26)
评论(0)
推荐(0)
2022年4月15日
2022.4.15
摘要: AtCoder Beginner Contest 236 A - chukodai #include<iostream> #include<cstdio> #include<algorithm> #include<cstring> #include<cmath> using namespace st
阅读全文
posted @ 2022-04-15 22:48 menitrust
阅读(33)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告