
codeforces
Cyhlnj
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Codeforces Round #466 (Div. 2) 题解
人生中第三次CFCFCF。。。 考试中切了AAA~EEE FFF题会做没时间写题解A:Points on the line题意给定一个数列,删最小的数,使最大差不大于一个定值Sol排序后选的一定是段连续的区间,枚举左右端点即可手速慢了233# include <bits/stdc++.h># define RG regist...原创 2018-02-25 08:33:08 · 393 阅读 · 0 评论 -
Codeforces Global Round1 简要题解
Codeforces Global Round 1A模拟即可# include <bits/stdc++.h>using namespace std;typedef long long ll;int b, k, n, a[232333];int main() { int i, base = 1, v; scanf("%d%d", &b, &k);...原创 2019-02-13 16:24:41 · 237 阅读 · 0 评论