AFreeMan
AFreeMan
全部文章
分类
BFS(1)
CDQ分治和整体二分(1)
Codeforces(15)
DFS(4)
GDUT训练(8)
KMP(1)
MST(1)
RMQ(2)
Trie(1)
二分(3)
几何(2)
区间型DP(5)
单调栈(3)
容斥原理(2)
尺取(1)
差分(1)
广工新生赛题解(1)
序列型DP(1)
思维(1)
拓扑排序(1)
排序(3)
搜索(2)
数位DP(5)
数论(9)
无向图双连通分量(1)
最短路(8)
未归档(95)
杂(5)
栈/(优先)队列/链表(1)
树形DP(2)
树链剖分(2)
棋盘型DP(4)
概率/期望DP(3)
模拟退火(1)
物理(1)
状压型DP(9)
矩阵快速幂(2)
线性DP(4)
线段树/树状数组(8)
组合数学(1)
缩点(不仅SCC)(1)
网络流(4)
背包型DP(4)
莫队算法(2)
贪心(3)
题解(3)
归档
标签
去牛客网
登录
/
注册
AFreeMan的博客
全部文章
(共238篇)
Codeforces427E Police Patrol
http://codeforces.com/problemset/problem/427/E Imagine that your city is an infinite 2D plane with Cartesian coordinate system. The only crime-affect...
2019-03-28
0
532
Codeforces421C Online Meeting
http://codeforces.com/problemset/problem/421/C Nearly each project of the F company has a whole team of developers working on it. They often are in d...
2019-03-28
0
589
Codeforces 425 A Sereja and Swaps
http://codeforces.com/problemset/problem/425/A As usual, Sereja has array a, its elements are integers: a[1], a[2], ..., a[n]. Let's introduce notati...
2019-03-27
0
891
Codeforces405D Toy Sum
http://codeforces.com/contest/405/problem/D Little Chris is very keen on his toy blocks. His teacher, however, wants Chris to solve more problems, so...
2019-03-22
0
470
Codeforces403B Upgrading Array
http://codeforces.com/contest/403/problem/B You have an array of positive integers a[1], a[2], ..., a[n] and a set of bad prime numbers b1, b2, ..., ...
2019-03-22
0
552
?OJ 集合子集不能拼出的最小数
题意: 给定一个集合,求不能由该集合子集拼出的最小数。 样例: {2,5,1} 1,2,3均可以拼出,4不能拼出,故答案是4. 思路: 先把集合元素从小到大排序,首先,假设第1个数必须是1,否则答案就是1. 归纳法假证: x=1时可以拼出1.(第1项满足) 对于任意x(x>=...
2019-03-22
0
584
Codeforces 404E Maze 1D
http://codeforces.com/contest/404/problem/E Valera has a strip infinite in both directions and consisting of cells. The cells are numbered by integer...
2019-03-21
0
579
Codeforces414C Mashmokh and Reverse Operation
http://codeforces.com/contest/414/problem/C Mashmokh's boss, Bimokh, didn't like Mashmokh. So he fired him. Mashmokh decided to go to university and ...
2019-03-20
0
547
Codeforces414D. Mashmokh and Water Tanks
http://codeforces.com/problemset/problem/414/D Mashmokh is playing a new game. In the beginning he has k liters of water and p coins. Additionally he...
2019-03-20
0
791
Codeforces402E Strictly Positive Matrix
http://codeforces.com/problemset/problem/402/E You have matrix a of size n × n. Let's number the rows of the matrix from 1 to n from top to bottom, l...
2019-03-17
0
470
首页
上一页
2
3
4
5
6
7
8
9
10
11
下一页
末页