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)
扩展欧几里德(3)
拉格朗日插值(1)
数学(1)
数论(3)
斐波那契(1)
最大连续子序列(1)
未归档(97)
树状数组(2)
概率论(1)
欧拉函数线筛(1)
欧拉回路(2)
比赛(1)
求所有因子和(1)
求逆元(2)
滑动窗口(1)
矩阵(2)
矩阵快速幂(1)
线段树(3)
线筛(3)
贪心(4)
霍夫曼编码(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
Oneplus
一切随缘吧
全部文章
/ 思维
(共29篇)
成(思维)
成 时间限制: 1 Sec 内存限制: 128 MB 题目描述 乌龟家的屋顶是凹凸不平的,所以每次雨后都会积水。为了知道屋顶是否会在暴雨后塌掉,他把屋顶的形 状给了你,希望你帮他计算暴雨后屋顶的积水总量。 乌龟的屋顶由顺次排在同一水平线上的 n 个宽度为 1、高度为整数 (分别给出) 的瓦片...
2020-05-11
0
382
Determine the Price(ZJU 2002)
Determine the Price 时间限制: 1 Sec 内存限制: 128 MB 题目描述 For the manager of a theatre, setting the price of a ticket is a rather delicate matter. Suppose...
2020-05-11
0
327
成(思维)
成 时间限制: 1 Sec 内存限制: 128 MB 题目描述 乌龟家的屋顶是凹凸不平的,所以每次雨后都会积水。为了知道屋顶是否会在暴雨后塌掉,他把屋顶的形 状给了你,希望你帮他计算暴雨后屋顶的积水总量。 乌龟的屋顶由顺次排在同一水平线上的 n 个宽度为 1、高度为整数 (分别给出) 的瓦片...
2019-01-02
0
380
StringII(求两个人操作后得到一个串)
StringII 时间限制: 1 Sec 内存限制: 128 MB 题目描述 老师给Alice和Bob出了个题,要他们把一个字符串S变成字符串T。为了增加难度,老师要求Alice只能交换字符串中任意字符的位置,Bob只能删除字符串中任意字符。 你能告诉Alice和Bob,他们要怎样合作才能解...
2018-12-22
0
335
hdu2524(有多少个矩形)
/**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algorithm&...
2018-11-15
0
401
hdu2154
/**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algorithm&...
2018-11-14
0
357
hdu1207
/**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algorithm&...
2018-10-18
0
450
hdu1212
/**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <iostream> #include <algorithm&...
2018-10-11
0
373
hdu1143
3*N 的矩阵可以由 1*2 的小矩阵组成,问你有多少种情况。 /**/ #include <cstdio> #include <cstring> #include <cmath> #include <cctype> #include <io...
2018-10-11
0
324
首页
上一页
1
2
3
下一页
末页