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 #583 (Div. 1 + Div. 2, based on Olympiad of Metropolises)
A - Optimal Currency Exchange 跑一个完全背包暴力一下答案。 #include <bits/stdc++.h> #define ll long long #define sc scanf #define pr printf using namespace...
2020-01-02
0
857
Educational Codeforces Round 72 (Rated for Div. 2)
A - Creating a Character 求出第一个数字的可能的最大值和最小值,减一下就是答案 #include <bits/stdc++.h> #define ll long long #define sc scanf #define pr printf using n...
2020-01-02
0
544
Codeforces Round #587 (Div. 3)
A - Prefixes #include <bits/stdc++.h> #define ll long long #define sc scanf #define pr printf using namespace std; char s[200005]; int main() ...
2020-01-02
0
533
Codeforces Round #589 (Div. 2)
A - Distinct Digits #include <bits/stdc++.h> #define ll long long #define sc scanf #define pr printf using namespace std; bool jzk(int k) { b...
2020-01-02
0
476
立flag
寒假之前 codeforces 紫名 https://codeforces.com/profile/xiaoshenlongaixuexi
2020-01-02
0
488
Educational Codeforces Round 77 (Rated for Div. 2)
Educational Codeforces Round 77 (Rated for Div. 2) A - Heating 大概就是将 个物品要覆盖 个位置,每个物品安装的代价是 这个物品覆盖直径的平方。 显然平分答案最优。 #include <bits/stdc++.h>...
2020-01-02
0
499
首页
上一页
1
2
3
下一页
末页