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
poj 1625 Censored!
DP+高精度 高精度的部分用c++里面的重载就可以 从树上节点转移到另一节点时 对其可行性的求解一定要注意 代码: #include<iostream> #include<
cmath
·
2015-11-13 11:37
poj
C. Main Sequence
/codeforces.com/contest/286/problem/C 思维是关键 想通了就感觉简单了 代码: #include<iostream> #include<
cmath
·
2015-11-13 11:35
sequence
hdu 4504 威威猫系列故事——篮球梦
pid=4504 dp也可以 组合也可以 下面是组合代码: #include<iostream> #include<
cmath
> #include<
·
2015-11-13 11:34
HDU
hdu 4501 小明系列故事——买年货
pid=4501 多维背包 代码: #include<iostream> #include<
cmath
> #include<cstdio> #include
·
2015-11-13 11:33
HDU
poj 1204 Word Puzzles
id=1204 AC自动机 代码: #include<iostream> #include<
cmath
> #include<cstdio> #include
·
2015-11-13 11:32
word
poj 2778 DNA Sequence
id=2778 AC自动机 + 矩阵连乘 代码: #include<iostream> #include<
cmath
> #include<cstdio>
·
2015-11-13 11:32
sequence
fzu Problem 2005 Computer Virus on Planet Pandora
pid=2005 AC自动机 需要优化 否则超时 代码: #include<iostream> #include<
cmath
> #include<cstdio
·
2015-11-13 11:31
com
hdu 3065 病毒侵袭持续中
pid=3065 AC自动机 代码: #include<iostream> #include<
cmath
> #include<cstdio> #include
·
2015-11-13 11:30
HDU
hdu 2896 病毒侵袭
pid=2896 AC自动机 ASCII可见字符是从 33~126 代码: #include<iostream> #include<
cmath
> #include&
·
2015-11-13 11:30
HDU
hdu 2222 Keywords Search
AC自动机就是在trie上进行kmp 需要三个步骤 1,建立trie 2,求fail指针 3,匹配 代码: #include<iostream> #include<
cmath
·
2015-11-13 11:29
search
E. Coin Troubles
/codeforces.com/contest/284/problem/E 思维很重要呀 原来是一个背包呀 代码: #include<iostream> #include<
cmath
·
2015-11-13 11:28
in
D. Cow Program
http://codeforces.com/contest/284/problem/D dp+记忆化搜索 代码: #include<iostream> #include<
cmath
·
2015-11-13 11:28
c
poj 2513 Colored Sticks
id=2513 字典树+并查集+欧拉路 代码: #include<iostream> #include<
cmath
> #include<cstdio>
·
2015-11-13 11:27
color
poj 3370 Halloween treats
鸽巢原理 代码: #include<iostream> #include<cstdio> #include<cstring> #include<
cmath
·
2015-11-13 11:26
poj
B. Painting Eggs
结果比赛时没有想出来 直接上代码: #include<iostream> #include<cstdio> #include<cstring> #include<
cmath
·
2015-11-13 11:25
paint
1032. Find a Multiple poj 2356 Find a multiple
鸽巢原理 代码: #include<iostream> #include<cstdio> #include<cstring> #include<
cmath
·
2015-11-13 11:24
find
zju 1003. Emergency (25)
最短路 代码: #include<iostream> #include<cstdio> #include<cstring> #include<
cmath
·
2015-11-13 11:21
merge
poj 1961 Period
;iostream> #include<cstdio> #include<cstring> #include<string> #include<
cmath
·
2015-11-13 11:20
poj
poj 2492 A Bug's Life
;iostream> #include<cstdio> #include<cstring> #include<string> #include<
cmath
·
2015-11-13 11:19
life
poj 1195 Mobile phones
;iostream> #include<cstdio> #include<cstring> #include<string> #include<
cmath
·
2015-11-13 11:16
mobile
poj 1201 Intervals
289065406/blog/1307063918 然后自己根据自己的理解 写了代码 建议去看上面链接处的解析 非常不错 #include<iostream> #include<
cmath
·
2015-11-13 11:55
poj
poj 3393 Lucky and Good Months by Gregorian Calendar
id=3393 伤不起呀 题目也太长了吧 不过也学到了点常识 解释见代码注释 #include<iostream> #include<
cmath
> #include
·
2015-11-13 11:55
calendar
poj 3007 Organize Your Train part II
id=3007 用STL 会超时 用哈希哟 本题哈希很简单,主要是字符串可能出现的各种情况处理起来有点复杂 #include<iostream> #include<
cmath
·
2015-11-13 11:53
part
poj 1408 Fishnet
本题数据量不大 直接求解 先求出所有的交点,再枚举所有四边形的面积 取最大 #include<iostream> #include<
cmath
> #include<
·
2015-11-13 11:53
poj
poj 2187 Beauty Contest
最远两点肯定是凸包上的两点,所以先求凸包,再对凸包上的点两两枚举, 求最大平方值 #include<iostream> #include<
cmath
> #include
·
2015-11-13 11:51
test
poj 1113 Wall
围墙要和城堡保持一定距离L 凸包,保持一定的距离只不过多了一个圆弧长度而已(PI*2*L) 因为所有拐点处的圆弧加在一起是一个圆 #include<iostream> #include<
cmath
·
2015-11-13 11:50
poj
poj 2031 Building a Space Station
id=2031 三维最小生成树 1 #include<iostream> 2 #include<
cmath
> 3 #include<string>
·
2015-11-13 11:50
Build
poj 1273 Drainage Ditches
id=1273#include<iostream> #include<
cmath
> #include<string> #include<algorithm
·
2015-11-13 11:49
poj
hdu 1846 Brave Game
pid=1846 最简单的博弈论 #include<iostream>#include<
cmath
>#include<string>#include<algorithm
·
2015-11-13 11:48
game
hdu 1850 Being a Good Boy in Spring Festival
pid=1850 #include<iostream>#include<
cmath
>#include<string>#include<algorithm>
·
2015-11-13 11:48
spring
poj 3122 Pie
id=3122 #include<iostream>#include<string>#include<cstring>#include<
cmath
>#include
·
2015-11-13 11:46
poj
poj 1905 Expanding Rods
id=1905 #include<iostream>#include<string>#include<cstring>#include<
cmath
>#include
·
2015-11-13 11:45
exp
poj 3661 Running
=3661 二维DP #include<iostream> #include<cstring> #include<string> #include<
cmath
·
2015-11-13 11:43
poj
poj 3281 Dining
<iostream>#include <cstdio>#include <cstring>#include <string>#include <
cmath
·
2015-11-13 11:40
poj
poj 3253 Fence Repair
include<string.h>#include<algorithm>#include<queue>#include<vector>#include<
cmath
·
2015-11-13 11:34
AIR
poj 3714 Raid
include<string.h>#include<algorithm>#include<queue>#include<vector>#include<
cmath
·
2015-11-13 11:33
raid
【POJ】2420 A Star not a Tree?
求一个点使得到这个n个点的距离和最短,输出这个最短距离(n<=100) #include <cstdio> #include <cstdlib> #include <
cmath
·
2015-11-13 11:14
tree
【POJ】2406 Power Strings
1000000) #include <cstdio> #include <cstring> #include <algorithm> #include <
cmath
·
2015-11-13 11:53
String
【BZOJ】3850: ZCC Loves Codefires(300T就这样献给了水题TAT)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:46
code
【POJ】1279 Art Gallery
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:42
gallery
【BZOJ】2178: 圆的面积并
2178 题意:给出n<=1000个圆,求这些圆的面积并 #include <cstdio> #include <cstring> #include <
cmath
·
2015-11-13 11:41
ZOJ
【POJ】1113 Wall(凸包)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:36
poj
【POJ】1556 The Doors(计算几何基础+spfa)
#include <cstdio> #include <cstring> #include <
cmath
> #inc
·
2015-11-13 11:36
SPFA
【POJ】2318 TOYS(计算几何基础+暴力)
然而还是可以随便造出让我的code变成$O(n^2)$的23333) #include <cstdio> #include <cstring> #include <
cmath
·
2015-11-13 11:35
poj
【POJ】1269 Intersecting Lines(计算几何基础)
还好新的一年里1A了~~~~ #include <cstdio> #include <cstring> #include <
cmath
> #include
·
2015-11-13 11:34
intersect
【BZOJ】1082: [SCOI2005]栅栏(二分+dfs)
(n<=1000, m<=50) #include <cstdio> #include <cstring> #include <
cmath
&
·
2015-11-13 11:21
DFS
【BZOJ】1089: [SCOI2003]严格n元树(递推+高精度/fft)
(0<n<=32, 0<=d<=16) #include <cstdio> #include <cstring> #include <
cmath
·
2015-11-13 11:19
2003
【BZOJ】1014: [JSOI2008]火星人prefix(splay+hash+二分+lcp)
(总长度<=100000, 操作<=150000) #include <cstdio> #include <cstring> #include <
cmath
·
2015-11-13 11:18
hash
【BZOJ】2929: [Poi1999]洞穴攀行(最大流)
#include <cstdio> #include <cstring> #include <
cmath
> #include <s
·
2015-11-13 11:15
poi
【BZOJ】3223: Tyvj 1729 文艺平衡树(splay)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:12
play
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他