
CF
文章平均质量分 65
木落淮南,雨晴雲夢
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Round #706 (Div. 2)A--C
传送门A. Split it!outputstandard outputKawashiro Nitori is a girl who loves competitive programming.One day she found a string and an integer. As an advanced problem setter, she quickly thought of a problem.Given a string s and a parameter k, you need to原创 2021-03-10 22:12:19 · 610 阅读 · 1 评论 -
Codeforces Round #733 (Div. 1 + Div. 2, based on VK Cup 2021 - Elimination (Engine))
Codeforces Round #733 (Div. 1 + Div. 2, based on VK Cup 2021 - Elimination (Engine))A Binary Decimal#pragma GCC optimize(2)#pragma GCC optimize(3,"Ofast","inline")#include <bits/stdc++.h>#define inf 0x7fffffff#define ll long long#define int lo原创 2021-07-18 11:02:21 · 257 阅读 · 0 评论 -
Codeforces Round #729 (Div. 2)
Codeforces Round #729 (Div. 2)A Odd Set#pragma GCC optimize(2)#pragma GCC optimize(3,"Ofast","inline")#include <bits/stdc++.h>#define inf 0x7fffffff//#define ll long long#define int long long//#define double long double#define re int#define原创 2021-07-04 10:21:43 · 138 阅读 · 0 评论 -
Codeforces Round #723 (Div. 2)
只打了40多分钟,A了三,可以了Codeforces Round #723 (Div. 2)A - Mean Inequality#pragma GCC optimize(2)#pragma GCC optimize(3,"Ofast","inline")#include <bits/stdc++.h>#define inf 0x7fffffff//#define ll long long#define int long long//#define double long do原创 2021-05-29 19:58:16 · 83 阅读 · 0 评论 -
Codeforces Round #702 (Div. 3) F. Equalize the Array(思维,前缀和,后缀和)
#include <bits/stdc++.h>#define inf 0x7fffffff//#define ll long long//#define int long long//#define double long double#define eps 1e-8//#define mod 1e9+7using namespace std;const int mod=1e9+7;const int M=1e5;const int N=2*1e5+5;//空间最大限制..原创 2021-02-17 00:39:40 · 356 阅读 · 0 评论 -
Educational Codeforces Round 107 (Rated for Div. 2) A--D
感想:经典教育场被教育,以后不敢再打教育场了A. Review Site模拟,莫名其妙WA了一发#pragma GCC optimize(2)#pragma GCC optimize(3,"Ofast","inline")#include <bits/stdc++.h>#define inf 0x7fffffff#define ll long long//#define int long long//#define double long double#define eps原创 2021-04-13 19:13:19 · 173 阅读 · 0 评论 -
Codeforces Round #709 (Div. 2, based on Technocup 2021 Final Round) 部分
链接A. Prison Break#include <bits/stdc++.h>#define inf 0x7fffffff#define ll long long#define int long long//#define double long double#define eps 1e-8//#define mod 1e9+7using namespace std;const int mod=1e9+7;const int M=2e3+5;const int N=4原创 2021-03-22 22:33:40 · 352 阅读 · 2 评论 -
Codeforces Round #707 (Div. 2, based on Moscow Open Olympiad in Informatics) A--C
传送门A. Alexey and TrainAlexey is travelling on a train. Unfortunately, due to the bad weather, the train moves slower that it should!Alexey took the train at the railroad terminal. Let’s say that the train starts from the terminal at the moment 0. Also,原创 2021-03-13 22:14:27 · 1606 阅读 · 14 评论 -
Codeforces Round #704 (Div. 2) A--D
传送门A. Three swimmers#include <bits/stdc++.h>#define inf 0x7fffffff#define ll long long#define int long long//#define double long double#define eps 1e-8//#define mod 1e9+7using namespace std;const int mod=1e9+7;const int M=2e3+5;const int原创 2021-02-23 19:22:05 · 288 阅读 · 0 评论