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
cmath
【HDU1231】How Many Tables(并查集基础题)
3 #include <cstdlib> 4 #include <cstdio> 5 #include <cctype> 6 #include <
cmath
·
2015-11-11 12:49
table
TopCoder Training——How To Find a Solution
#include <cstdio>#include <cstring>#include <set>#include <map>#include <
cmath
·
2015-11-11 12:34
topcoder
2013-5-3 NEERC 2012, Eastern subregional contest
View Code #include <iostream> #include <
cmath
> #include <cstring> #include <
·
2015-11-11 11:49
test
whu 1473 - Check the Identity 乱搞
cstdio> #include<cstring> #include<cstdlib> #include<algorithm> #include<
cmath
·
2015-11-11 11:35
entity
HDU 4435
iostream> #include <cstdio> #include <cstring> #include <algorithm> #include <
cmath
·
2015-11-11 11:03
HDU
HDU 1230 火星A+B
1 #include<
cmath
> 2 #include<cstdio> 3 #include<cstring> 4 #include<iostream
·
2015-11-11 11:16
HDU
HDU 4782 Beautiful Soup --模拟
iostream> #include <cstdio> #include <cstring> #include <cstdlib> #include <
cmath
·
2015-11-11 11:37
HDU
UESTC 1080 空心矩阵
代码借鉴了一位大牛的,如下: #include<iostream> #include<cstdio> #include<
cmath
>
·
2015-11-11 11:35
矩阵
UESTC 1237 质因子分解
#include<iostream> #include<cstdio> #include<cstring> #include<
cmath
·
2015-11-11 11:32
UE
UESTC 1014 Shot
这题刚开始没想通,结果发现要解方程,代码如下: #include<iostream> #include<cstdio> #include<
cmath
·
2015-11-11 11:31
sh
ZOJ 3471 压缩状态DP
0代表未合并,但是我可以先合并前几个,就是说在压缩状态的过程中,状态转移的时候尽量是一个连续量的转化 #include <iostream> #include <
cmath
·
2015-11-11 11:04
ZOJ
hdu 4597 Play Game (记忆化搜索 区间dp)
#include<cstdio> #include<cstring> #include<
cmath
> #include<
·
2015-11-11 10:28
game
UVA - 10891 Game of Sum(记忆化搜索 区间dp)
#include<cstdio> #include<cstring> #include<
cmath
> #include<
·
2015-11-11 10:27
game
hdu 5233 Gunner II (stl vector map)
#include<cstdio> #include<cstring> #include<
cmath
> #include<
·
2015-11-11 10:26
vector
poj 2001 Shortest Prefixes(Trie)
#include<cstdio> #include<cstring> #include<
cmath
> #include<
·
2015-11-11 10:26
test
CSU 1588 合并果子(贪心 优先队列)
#include<cstdio> #include<cstring> #include<
cmath
> #include<
·
2015-11-11 10:25
优先队列
HDU 4221 Greedy?(贪心)
思路: #include<cstdio> #include<iostream> #include<cstring> #include<
cmath
·
2015-11-11 10:24
HDU
ACdream 1735 输油管道(排序)
nbsp; #include<cstdio> #include<iostream> #include<cstring> #include<
cmath
·
2015-11-11 10:24
排序
HDU 4223 Dynamic Programming?(dp)
题意: 思路: #include<cstdio> #include<cstring> #include<
cmath
> #include<
·
2015-11-11 10:23
HDU 4584 Building bridges
思路: #include<cstdio> #include<iostream> #include<cstring> #include<
cmath
·
2015-11-11 10:22
bridge
poj2787 算24
#include <iostream> #include <
cmath
> using namespace std; int ans=0; void dfs(double
·
2015-11-11 10:43
poj
poj2780
<iostream>#include <cstdio>#include <cstdlib>#include <cstring>#include <
cmath
·
2015-11-11 10:27
poj
poj2661
<iostream>#include <cstdlib>#include <cstring>#include <cstdio>#include <
cmath
·
2015-11-11 10:23
poj
HDU 1181 变形课
#include <iostream>#include <
cmath
>#include &
·
2015-11-11 10:18
HDU
HDU 1312 Red and Black (第一道广搜)
求能踩到的.的个数(包括起始点@) #include <set>#include <map>#include <list>#include <
cmath
·
2015-11-11 10:12
HDU
USACO section1.2 Transformations 方块转换
qiufeih1PROG: transformLANG: C++*/#include <set>#include <map>#include <list>#include <
cmath
·
2015-11-11 10:07
transform
POJ 3277 City Horizon(扫描线+线段树)
include <cstdio> 2 #include <cstring> 3 #include <string> 4 #include <
cmath
·
2015-11-11 10:40
poj
POJ 1177 Picture(求周长并)
include <cstdio> 2 #include <cstring> 3 #include <string> 4 #include <
cmath
·
2015-11-11 10:38
poj
HDU 4618 Palindrome Sub-Array(DP)
; 3 #include <cstring> 4 #include <map> 5 #include <ctime> 6 #include <
cmath
·
2015-11-11 10:22
array
HDU 4604 Deque(最长上升子序)
include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:20
deque
POJ 2891 Strange Way to Express Integers(中国剩余定理)
1 #include <cstdio> 2 #include <cstring> 3 #include <map> 4 #include <
cmath
·
2015-11-11 10:20
Integer
POJ 3440 Coin Toss(概率)
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:19
poj
POJ 3071 Football(概率DP)
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:18
poj
POJ 3270 Cow Sorting(置换群)
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:18
sort
POJ 3140 Contestants Division
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:17
visio
UVA 10325 - The Lottery(容斥)
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:16
uva
POJ 1947 Rebuilding Roads(树形DP)
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:14
Build
POJ 3034 Whac-a-Mole(DP)
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:13
poj
POJ 1925 Spiderman(DP)
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:11
spider
Vijos 1061 迎春舞会之三人组舞(DP)
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:10
OS
POJ 1054 The Troublesome Frog
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:09
poj
POJ 1191 棋盘分割(DP)
#include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 #include <
cmath
·
2015-11-11 10:08
poj
poj1247 bjfu1239水题
ben */ #include <cstdio> #include <cstdlib> #include <cstring> #include <
cmath
·
2015-11-11 10:08
poj
hdu 1544 水题
ben */ #include <cstdio> #include <cstdlib> #include <cstring> #include <
cmath
·
2015-11-11 10:59
HDU
hdu1792 水题
ben */ #include <cstdio> #include <cstdlib> #include <cstring> #include <
cmath
·
2015-11-11 10:58
HDU
hdu 1557暴力枚举
ben */ #include <cstdio> #include <cstdlib> #include <cstring> #include <
cmath
·
2015-11-11 10:57
HDU
hdu1113大水题
ben */ #include <cstdio> #include <cstdlib> #include <cstring> #include <
cmath
·
2015-11-11 10:56
HDU
hdu 1225大水题
ben */ #include <cstdio> #include <cstdlib> #include <cstring> #include <
cmath
·
2015-11-11 10:56
HDU
hdu 1240广搜
ben */ #include <cstdio> #include <cstdlib> #include <cstring> #include <
cmath
·
2015-11-11 10:50
HDU
hdu 4472动规水题
ben */ #include <cstdio> #include <cstdlib> #include <cstring> #include <
cmath
·
2015-11-11 10:49
HDU
上一页
21
22
23
24
25
26
27
28
下一页
按字母分类:
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
其他