会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
oliverfg
博客园
首页
新随笔
联系
订阅
管理
2023年7月28日
Educational Codeforces Round 152 (Rated for Div. 2)记录
摘要: A. Morning Sandwich #include <cstdio> #include <algorithm> #include <cmath> #include <vector> #include <string.h> #include <set> #include <string> #in
阅读全文
posted @ 2023-07-28 20:13 Oliverfg
阅读(24)
评论(0)
推荐(0)
2023年7月27日
Codeforces Round 888 (Div. 3)记录
摘要: A. Escalator Conversations #include<cstdio> #include<algorithm> #include<cmath> #include<vector> #include<string.h> #include<set> #include<string> #in
阅读全文
posted @ 2023-07-27 20:59 Oliverfg
阅读(25)
评论(0)
推荐(0)
2023年7月24日
Codeforces Round 887 (Div. 2)记录
摘要: A. Desorting 如果有 $a_1 \leq a_2 \leq \ldots \leq a_{n-1} \leq a_n$,则称长度为 $n$ 的数组 $a$ 已排序。 Ntarsis 有一个长度为 $n$的数组 $a$。 他可以对数组进行一种操作(0 次或多次): - 选择一个索引 $i$
阅读全文
posted @ 2023-07-24 20:16 Oliverfg
阅读(79)
评论(0)
推荐(0)
2023年7月23日
Codeforces Round 886 (Div. 4)记录
摘要: A - To My Critics 代码: #include<cstdio> #include<algorithm> #include<cmath> #include<vector> #include<string.h> #include<set> #include<string> #include
阅读全文
posted @ 2023-07-23 16:20 Oliverfg
阅读(40)
评论(0)
推荐(0)
公告