Keven·
Keven·
全部文章
codeforces
2018 hdu 多校赛(13)
2019 hdu 多校赛(10)
2019 Winter Camp(2)
2019 牛客多校赛(17)
2020 Winter Camp(1)
C语言小游戏(3)
EOJ(1)
hdu(17)
ICPC、CCPC比赛(3)
PAT 乙级题 解题报告(29)
PAT 甲级题(1)
PAT数据结构与算法题目集(中文)(7)
POJ(12)
PTA 团体设计天梯赛(15)
UVA(5)
ZOJ(3)
二叉树(4)
其他(16)
广度,深度优先搜索(4)
数论(3)
未归档(167)
概率&期望(2)
牛客网(54)
线段树(2)
蓝桥杯(22)
计蒜客(17)
题解(4)
归档
标签
去牛客网
登录
/
注册
Keven
Ask yourself, do you really work hard?
全部文章
/ codeforces
(共26篇)
Codeforces Round #552 (Div. 3)
A - Restoring Three Numbers #include <bits/stdc++.h> using namespace std; int a[4]; int main() { for (int i = 0; i < 4; i++) scanf("...
2020-01-02
0
488
蓝名
下一个目标,紫名,以后10点场和11点场的CF(div2,div3)都打
2020-01-02
0
523
Educational Codeforces Round 63 (Rated for Div. 2) D. Beautiful Array
http://codeforces.com/problemset/problem/1155/D 表示取到位置 出现的和的最大值 表示取到位置 前半部分的和 & 后半部分的和*k 的和的 最大值 表示取到位置 并且中间有一段区间*k 的和的最大值 #include <...
2020-01-02
0
631
Codeforces Round #560 (Div. 3)
补题记录 A. Remainder #include <bits/stdc++.h> using namespace std; int n, m, k; char s[200005]; int main() { scanf("%d%d%d", &n, ...
2020-01-02
0
480
Educational Codeforces Round 69 (Rated for Div. 2)
A. DIY Wooden Ladder 排个序,最长的两根作梯子的腿,然后答案就是 剩余梯子的个数,梯子腿长度-1。 #include <bits/stdc++.h> #define ll long long using namespace std; const ll mod =...
2020-01-02
0
636
Codeforces Round #575 (Div. 3)
A. Three Piles of Candies http://codeforces.com/contest/1196/problem/A #include<bits/stdc++.h> #define ll long long using namespace std; int ...
2020-01-02
0
703
Codeforces Round #576 (Div. 2)
http://codeforces.com/contest/1199 A、City Day 左边X个比他大,右边Y个比他大的左边的数字 #include <bits/stdc++.h> using namespace std; int a[1000005]; int main()...
2020-01-02
0
553
Codeforces Round #578 (Div. 2)
A、Hotelier 暴力 #include<bits/stdc++.h> #define sc scanf #define pr printf using namespace std; int a[15]; int main() { int n; sc("%d&qu...
2020-01-02
0
687
Codeforces Round #579 (Div. 3)
http://codeforces.com/contest/1203 ------------------------------------------------- 赛后两分钟,在F1后面加了一个判断,过了。。少了一题血亏 A - Circle of Students 从左往右,从右往左...
2020-01-02
0
520
Codeforces Round #580 (Div. 2)
A - Choose Two Numbers 选最大的两个数 #include <bits/stdc++.h> #define sc scanf #define pr printf #define ll long long using namespace std; const in...
2020-01-02
0
561
首页
上一页
1
2
3
下一页
末页