Livven
Livven
全部文章
分类
2018山东冬令营 (2)
AC自动机(3)
bfs(3)
ccpc(1)
codefroces(5)
dfs(6)
dijkstral(1)
dp(2)
hash表(1)
KMP(8)
kruskal(4)
prim模板(1)
round100(1)
stack(2)
string(7)
ST表(1)
Tarjan(强连通)(2)
topo(1)
upc个人训练赛第二场(2)
upc个人赛第二场(1)
upc新生训练赛第一场(2)
upc新生赛第三场(1)
二分(4)
仔细(水题)(47)
优先队列(7)
凸包(1)
前缀和(2)
原根(1)
同余问题(1)
大数减法模板(1)
大数加法模板(2)
大数幂模板(1)
大数相乘(10)
字典树(2)
字符串的应用(1)
并查集(5)
快排模板(2)
快速幂(3)
思维(29)
扩展欧几里德(3)
拉格朗日插值(1)
数学(1)
数论(3)
斐波那契(1)
最大连续子序列(1)
未归档(97)
树状数组(2)
概率论(1)
欧拉函数线筛(1)
欧拉回路(2)
比赛(1)
求所有因子和(1)
求逆元(2)
滑动窗口(1)
矩阵(2)
矩阵快速幂(1)
线段树(3)
线筛(3)
贪心(4)
霍夫曼编码(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
Oneplus
一切随缘吧
全部文章
(共309篇)
厦门大学程序设计大赛月赛
A.环鸽的CHONG 对于a[i] = x而言,最大的区间[l, r]只包含一个x,那么这个区间[l, r]是一个好区间,依次递归判断是否[l, i - 1]和[i + 1, r]这两个区间同时满足是好区间,预处理每一个数前一次出现的位置和后一次...
2020-05-18
2
736
《鹰蛋问题》优化
#include<iostream> #include<algorithm> #include<cstring> using namespace std; int n,m; int d[1005][1005];//d[i][j] i为层数,j为鸡蛋数 //目标是...
2020-05-11
0
586
Round100(全)
/**/ 第一题 #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algor...
2020-05-11
0
545
Round105题解
//A - Insomnia cure //第一题的意思就是有a,b,c,d四个数和一个龙的总数f,龙的编号是从1-f,看有多少个不能被a,b,c,d中能整除的数num,然后f-num就为答案 #include<iostream> #include<cstring> #...
2020-05-11
0
589
hdu1233
/**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algorithm&...
2020-05-11
0
577
hdu1285
/**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algorithm&...
2020-05-11
0
653
hdu6433
/**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algorithm&...
2020-05-11
0
535
快排模板
/**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algorithm&...
2020-05-11
0
550
hdu1162
/**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algorithm&...
2020-05-11
0
797
hdu1143
3*N 的矩阵可以由 1*2 的小矩阵组成,问你有多少种情况。 /**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <io...
2020-05-11
0
473
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页