whix
whix
全部文章
codeforces
acm(1)
dp(1)
java(1)
区域赛真题(2)
图论(20)
字符串(3)
数据结构(4)
数论(37)
未归档(32)
牛客(8)
组合数学(7)
计算几何(1)
题解(9)
归档
标签
去牛客网
登录
/
注册
whix的博客
全部文章
/ codeforces
(共13篇)
Codeforce 1311F - Moving Points【树状数组或pbds】
题意: 给出 x x x 坐标轴上的 n ...
2020-02-25
0
595
Codeforce 1311D - Three Integers【枚举】
题意: 给出三个数 : a , b , ...
2020-02-25
0
470
Codeforces 1313C2 - Skyscrapers【思维】
题意: 要求在一条直线上建 n n n 栋楼,并且要满足下列要求: 1.每栋楼的层数不能超过其楼层限制 ...
2020-02-24
0
553
Codeforces 1307D - Cow and Fields【最短路+思维转换】
题目: 给出一个 n n n 个点, m ...
2020-02-23
0
651
Codeforces1307C - Cow and Message【思维】
题目: 给出一个字符串 s s s ,要求求出其下标为等差数列的出现次数最多的子序列的出现次数。 ...
2020-02-23
0
418
CodeForce1299A-Anu Has a Function【位运算+前后缀】
定义函数: f ( x , y ...
2020-02-13
0
511
codeforce 1290A-Mind Control【思维】
题意: 一串数共 n n n个,排成一列,有 n ...
2020-02-03
0
644
Numbers on Tree
D. Numbers on Tree time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Evlampiy was gifted a...
2020-01-15
0
627
CodeForce 1286A-Garland
收藏题解 题目链接 以下代码是基于贪心: #include <bits/stdc++.h> using namespace std; int a[110]; struct node { int l,r,len; }; vector<node>p; bool cmp(...
2020-01-14
0
519
CodeForce1270E-Divide Points【构造】
题目大意: 给n个点,要求把所有的点分成两部分。划分的依据是:对于所有的距离值,只能属于集合内部,或两个集合之间,而不能都满足。 一开始想要的是并查集处理,但发现有些情况还是没有办法处理,因为他是对边讨论的。 题解提供的方法很巧妙,并没有直接求距离来讨论,而是通过距离平方的奇偶性来判断。 对于所提供...
2020-01-10
0
438
首页
上一页
1
2
下一页
末页