
每日一套Div3
文章平均质量分 74
每日一套Div3训练,Div2有点吃不消
辉小歌
九局下半转啊转,我把帽子反戴,还在期待逆转。
展开
-
Codeforces Round #515 (Div. 3)【未完结】
2022.3.9题单地址:https://codeforces.com/contest/1066目录A. Vova and Train【思维】A. Vova and Train【思维】原创 2022-03-09 12:44:15 · 205 阅读 · 0 评论 -
Codeforces Round #506 (Div. 3)【未完结】
2022.3.8题单地址:https://codeforces.com/contest/1029目录A. Many Equal SubstringsB. Creating the Contest【贪心】A. Many Equal Substrings就是找最长的前缀和后缀#include<bits/stdc++.h>using namespace std;int n,k,ans;string s;int main(void){ cin>>n>&.原创 2022-03-08 16:27:01 · 235 阅读 · 0 评论 -
Codeforces Round #501 (Div. 3)【未完结】
2022.3.7题单地址:https://codeforces.com/contest/1015目录A. Points in SegmentsA. Points in Segments原创 2022-03-07 09:38:49 · 337 阅读 · 0 评论 -
Codeforces Round #498 (Div. 3)【完结】
2022.3.6题单地址:https://codeforces.com/contest/1006目录原创 2022-03-05 18:48:49 · 366 阅读 · 0 评论 -
Codeforces Round #496 (Div. 3)【未完结】
2022.3.5题目地址:https://codeforces.com/contest/1005目录A. Tanya and Stairways【找规律】B. Delete from the Left【模拟】C. Summarize to the Power of Two【哈希表】A. Tanya and Stairways【找规律】#include<bits/stdc++.h>using namespace std;const int N=1e5+10;int n,a[N].原创 2022-03-05 15:11:23 · 360 阅读 · 0 评论 -
Codeforces Round #494 (Div. 3)【未完结】
2022.3.4题目地址:目录A. Polycarp's PocketsA. Polycarp’s Pockets原创 2022-03-04 15:12:06 · 262 阅读 · 0 评论 -
Codeforces Round #490 (Div. 3)【完结】
2022.3.3题单地址:目录原创 2022-03-03 09:04:03 · 423 阅读 · 0 评论 -
Codeforces Round #486 (Div. 3)【完结】
2022.3.2题单地址:https://codeforces.com/contest/988目录A. Diverse Team【模拟】B. Substrings Sort【暴力枚举】A. Diverse Team【模拟】#include<bits/stdc++.h>using namespace std;const int N=1e5+10;int a[N],st[N],n,k;vector<int>ve;int main(void){ cin>&.原创 2022-03-02 09:47:48 · 321 阅读 · 0 评论 -
Codeforces Round #481 (Div. 3)【完结】
2022.3.1题目地址:https://codeforces.com/contest/978目录A. Remove Duplicates【模拟】A. Remove Duplicates【模拟】#include<bits/stdc++.h>using namespace std;const int N=1e5+10;int a[N],st[N],n;set<int>s; vector<int>ve;int main(void){ cin>.原创 2022-03-01 09:31:20 · 384 阅读 · 0 评论 -
Codeforces Round #479 (Div. 3)【完结】
2022.2.28 开始复盘div3题目链接:https://codeforces.com/contest/977目录A. Wrong Subtraction【签到模拟题】B. Two-gram【简单思维题】C. Less or Equal【二分】D. Divide by three, multiply by two【爆搜】E. Cyclic Components【找干净环】A. Wrong Subtraction【签到模拟题】#include<bits/stdc++.h>us.原创 2022-02-28 22:30:29 · 407 阅读 · 0 评论