秋招没工作
秋招没工作
全部文章
Codeforces
2018ZOJ校赛(1)
2018多校训练(1)
2018杭电多校训练(1)
2018牛客多校联盟(1)
2019多校训练(2)
c 语言基础(1)
c++-primer(1)
c++primer-第五版(2)
c++基础(1)
ctype.h(1)
C语言(1)
git(1)
Hash(1)
lambda(1)
LCT(1)
lightoj(2)
linux 基本操作(1)
markdown(1)
poj(1)
Python(1)
二分图(1)
二分查找(4)
几何(9)
分块(1)
分治算法(1)
初等数论(1)
动态规划(9)
博弈论(4)
图论(3)
图论与ACM算法竞赛(4)
多校训练(1)
天梯赛(2)
字符串(2)
字符串模拟(1)
快速幂(1)
总结(1)
扩展欧几里得(1)
拓扑排序(1)
搜索(3)
数学(3)
数据结构(5)
数论(13)
最大流(1)
最小生成树(1)
最短路(1)
未归档(174)
次小生成树(1)
比赛总结(1)
算法(2)
线段树与树状数组(1)
组合数学(1)
蓝桥杯(1)
蓝桥杯省赛(1)
贪心(1)
归档
标签
去牛客网
登录
/
注册
秋招没工作的博客
【】【】
全部文章
/ Codeforces
(共6篇)
Educational Codeforces Round 54 E. Vasya and a Tree 树上前缀和或树状数组
文章目录 Educational Codeforces Round 54 E. Vasya and a Tree 树上前缀和 树状数组 分析 Educational Codeforces Round 54 E. Vasya and a...
2018-11-15
0
470
Educational Codeforces Round 54 D. Edge Deletion
文章目录 Educational Codeforces Round 54 D. Edge Deletion 题意: 分析: 参考代码 Educational Codeforces Round 54 D. Edge Deletion 题意: n个点,...
2018-11-15
0
661
Codeforces Round #520 (Div. 2) E Company
文章目录 Codeforces Round #520 (Div. 2) E Company 题意 分析 Codeforces Round #520 (Div. 2) E Company 题意 给定一棵树,树上结点编号为1,n,有q个询问,每一个询问给定一...
Codeforces
2018-11-15
0
496
Codeforces Round #453 (Div. 2)
A Visiting a Friend 题意: 猪在坐标0,朋友在坐标m(m>0), 在0 - m中间有n个传送点,每一个传送点,在传送点你可以传送到一个范围内所有坐标,求是否可以利用这些传送点到达点m 分析 max记录当前最远到达点,if(max>ai) 更新max,else 不能...
codeforces
2017-12-22
0
449
codeforces 869C The Intriguing Obsession 组合数学,逆元
codeforces 869C The Intriguing Obsession 题意 在三种颜色的群岛之间建造桥梁,每一种颜色分别有a,b,c 限制条件 1 相同颜色的岛之间的距离 d >= 3 分析 如果 <nobr> a−>b−>...
codeforces
数学
组合数学
2017-10-07
0
592
Codeforces Round #377 (Div. 2)
D. Exams 题目http://codeforces.com/problemset/problem/732/D time limit per test 1 second memory limit per test 256 megabytes input standard input...
codeforces
二分查找
2017-08-02
0
903