E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
cstdio
hdu1542(线段树——矩形面积并)
1542 分析:离散化+扫描线+线段树 #pragma comment(linker,"/STACK:102400000,102400000") #include <
cstdio
·
2015-11-13 07:13
HDU
hdu1754(线段树)
#pragma comment(linker,"/STACK:102400000,102400000") #include <
cstdio
> #includ
·
2015-11-13 07:02
HDU
hdu1166(线段树)
update:单点增减 query:区间求和 #pragma comment(linker,"/STACK:102400000,102400000") #include <
cstdio
·
2015-11-13 07:02
HDU
poj2378(树的dfs)
#include <
cstdio
>
·
2015-11-13 07:57
poj
poj3140(树的dfs)
#include <
cstdio
> #include <cstring>
·
2015-11-13 07:50
poj
Merge Sort
代码如下: 1 #include <
cstdio
> 2 #include <iostream
·
2015-11-13 07:58
merge
hdu 1576 A/B
具体扩展欧几里得算法请参考:hdu 2669 Romantic 代码如下: 1 #include <
cstdio
> 2 #include <cstdlib> 3
·
2015-11-13 07:55
HDU
hdu 1166 敌兵布阵
1 #define MAX_N 1000007 2 #include <cstdlib> 3 #include <
cstdio
> 4 #include &
·
2015-11-13 07:50
HDU
10405 - Longest Common Subsequence
描述:要命的题,回车也算字符,只要是字符就要算才行,绝不能用scanf读取字符串 #include <
cstdio
> #include <cstring> #define
·
2015-11-13 07:49
sequence
UVA - 11464 Even Parity
保存最优解 #include<
cstdio
> #include<algorithm> #include<iostream> #include
·
2015-11-13 07:22
uva
poj 1088 滑雪
id=1088 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:24
poj
hdu 1176 免费馅饼
pid=1176 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:22
HDU
hdu 1165 Eddy's research II
pid=1165 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:22
search
hdu 1203 I NEED A OFFER!
pid=1203 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:21
HDU
hdu 1244 Max Sum Plus Plus Plus
1 #include <
cstdio
> 2 #include <cstring> 3
·
2015-11-13 07:20
HDU
hdu 1227 Fast Food
1 #include <
cstdio
> 2 #include <cstring> 3 #include <al
·
2015-11-13 07:20
HDU
hdu 1257 最少拦截系统
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define maxn
·
2015-11-13 07:19
HDU
hdu 1355 The Peanuts
pid=1355 1 #include <
cstdio
> 2 #include <iostream> 3 #include <cstring>
·
2015-11-13 07:18
HDU
hdu 1466 计算直线的交点数
1 #include <
cstdio
> 2 #include <cstring> 3 #i
·
2015-11-13 07:17
HDU
hdu 1422 重温世界杯
pid=1422 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:17
HDU
hdu 1494 跑跑卡丁车
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define ll
·
2015-11-13 07:16
HDU
hdu 1500 Chopsticks
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 using namespace
·
2015-11-13 07:15
HDU
hdu 1421 搬寝室
pid=1421 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:15
HDU
hdu 1506 Largest Rectangle in a Histogram
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define maxn
·
2015-11-13 07:14
HDU
hdu 4864 Task
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define m
·
2015-11-13 07:13
task
hdu 1501 Zipper
pid=1501 两种做法:1.dfs,2,直接推 1 #include <
cstdio
> 2 #include <iostream> 3 #include
·
2015-11-13 07:12
zip
hdu 1428 漫步校园
pid=1428 dijstra+dp; 1 #include <
cstdio
> 2 #include <queue> 3 #include <cstring
·
2015-11-13 07:12
HDU
hdu 1505 City Game
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define maxn
·
2015-11-13 07:11
game
hdu 1337 The Drunk Jailer
pid=1337 1 #include <
cstdio
> 2 #include <cstring> 3 #define maxn 200 4 using
·
2015-11-13 07:10
HDU
hdu 1331 Function Run Fun
pid=1331 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:10
function
hdu 1520 Anniversary party
pid=1520 1 #include <
cstdio
> 2 #include <vector> 3 #include <cstring> 4
·
2015-11-13 07:09
part
poj 1054 The Troublesome Frog
id=1054 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:08
poj
hdu 1208 Pascal's Travels
pid=1208 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:08
pascal
hdu 1159 Common Subsequence
pid=1159 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:07
sequence
poj 3140 Contestants Division
1 #include <
cstdio
> 2 #include <vector> 3 #include <cstring> 4 #include <algorithm
·
2015-11-13 07:05
visio
poj 2948 Martian Mining
1 #include <
cstdio
&g
·
2015-11-13 07:04
poj
poj 2029 Get Many Persimmon Trees
id=2029 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:03
tree
poj 3280 Cheapest Palindrome
id=3280 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:03
heap
poj 3034 Whac-a-Mole
1 #include <
cstdio
> 2 #include &l
·
2015-11-13 07:00
poj
poj 2411 Mondriaan's Dream
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define maxn
·
2015-11-13 07:00
poj
poj 1185 炮兵阵地
[j][k]表示第i行状态为k,第i-1行为j;状态转移方程dp[i][j][k]=max(dp[i][j][k],dp[i-1][j][k]+c[k]); 1 #include <
cstdio
·
2015-11-13 07:59
poj
poj 3254 Corn Fields
id=3254 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm>
·
2015-11-13 07:58
Field
poj 2750 Potted Flower
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define maxn
·
2015-11-13 07:57
poj
poj 3286 How many 0's?
1 #include <
cstdio
> 2 #include <iostream> 3 #include <cstring> 4 #include
·
2015-11-13 07:56
poj
poj 1724 ROADS
1 #include <
cstdio
> 2 #include <cstring> 3 #include <queue> 4 #include <algor
·
2015-11-13 07:55
poj
poj 1095 Trees Made to Order
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define ll
·
2015-11-13 07:55
order
poj 1699 Best Sequence
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define maxn
·
2015-11-13 07:54
sequence
poj 3071 Football
1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm> 4 #define maxn
·
2015-11-13 07:53
poj
poj 3318 Matrix Multiplication
id=3318 矩阵A*矩阵B是否等于矩阵C 1 #include <
cstdio
> 2 #include <cstring> 3 #include <
·
2015-11-13 07:53
Matrix
poj 3070 Fibonacci
id=3070 矩阵的快速幂,二分 1 #include <
cstdio
> 2 #include <cstring> 3 #include <algorithm
·
2015-11-13 07:52
fibonacci
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他