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
【BZOJ】3223: Tyvj 1729 文艺平衡树(splay)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:12
play
【BZOJ】1179: [Apio2009]Atm(tarjan+spfa)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:10
SPFA
【BZOJ】1251: 序列终结者(splay)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string&
·
2015-11-13 11:03
play
【UOJ】【UR #2】猪猪侠再战括号序列(splay/贪心)
#include <cstdio> #include <cstring> #include <
cmath
> #include <s
·
2015-11-13 11:02
play
【BZOJ】3781: 小B的询问(莫队算法)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:02
ZOJ
【BZOJ】2179: FFT快速傅立叶(fft)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:44
ZOJ
cf490 C. Hacking Cypher(无语)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:41
cypher
【BZOJ】1031: [JSOI2007]字符加密Cipher(后缀数组)
然后换了下模板,将基数排序放到外边 #include <cstdio> #include <cstring> #include <
cmath
> #include
·
2015-11-13 11:23
后缀数组
【BZOJ】1045: [HAOI2008]糖果传递(中位数)
白书上有讲 没ac的坑点在,数据范围n<=1,000,000 #include <cstdio> #include <cstring> #include <
cmath
·
2015-11-13 11:23
2008
【BZOJ】1034: [ZJOI2008]泡泡堂BNB(贪心)
输的情况就是2n-ans(b,a),因为总分是2n #include <cstdio> #include <cstring> #include <
cmath
>
·
2015-11-13 11:21
2008
【NOIP模拟题】Incr(dp)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:17
IP
【NOIP模拟题】Graph(tarjan+dfs)
bfs的做法:减反图,然后从大到小枚举(贪心),标记即可 #include <cstdio> #include <cstring> #include <
cmath
&
·
2015-11-13 11:16
Graph
【NOIP模拟题】行动!行动!(spfa+优化)
#include <cstdio> #include <cstring> #include <
cmath
> #i
·
2015-11-13 11:15
SPFA
【NOIP模拟题】“与”(位运算)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:14
位运算
【noip模拟题】挖掘机(模拟题+精度)
sad #include <cstdio> #include <cstring> #include <
cmath
> #include <
·
2015-11-13 11:12
IP
【vijos】1006 晴天小猪历险记之Hill(dijkstra)
注意连边的时候左端点可以连到下一行的右端点,右端点可以连到下一行的左端点 #include <cstdio> #include <cstring> #include <
cmath
·
2015-11-13 11:06
dijkstra
【POJ】1094 Sorting It All Out(拓扑排序)
#include <cstdio> #include <cstring> #include <
cmath
>
·
2015-11-13 11:44
sort
【BZOJ】3300: [USACO2011 Feb]Best Parenthesis(模拟)
只要将所有的括号'('匹配到下一个')'然后dfs即可 简单吧,,, #include <cstdio> #include <cstring> #include <
cmath
·
2015-11-13 11:42
USACO
【BZOJ】1638: [Usaco2007 Mar]Cow Traffic 奶牛交通(dfs+dp)
u的数量×v到n的数量 两次记忆化dfs算出他们即可 #include <cstdio> #include <cstring> #include <
cmath
·
2015-11-13 11:26
USACO
【BZOJ】1688: [Usaco2005 Open]Disease Manangement 疾病管理(状压dp)
提交了很多次优化的,但是还是100msT_T #include <cstdio> #include <cstring> #include <
cmath
> #
·
2015-11-13 11:24
USACO
【BZOJ】1669: [Usaco2006 Oct]Hungry Cows饥饿的奶牛(lis)
id=1669 水题太严重 #include <cstdio> #include <cstring> #include <
cmath
> #include
·
2015-11-13 11:19
USACO
【BZOJ】1618: [Usaco2008 Nov]Buying Hay 购买干草(dp)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string> #
·
2015-11-13 11:18
USACO
【POJ】3070 Fibonacci(矩阵乘法)
裸题 #include <cstdio> #include <cstring> #include <
cmath
> #include <string>
·
2015-11-13 11:13
fibonacci
【COGS & USACO Training】710. 命名那个数字(hash+水题+dfs)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string>
·
2015-11-13 11:09
USACO
【BZOJ】1054: [HAOI2008]移动玩具(bfs+hash)
#include <cstdio> #include <cstring> #include <
cmath
> #include <string>
·
2015-11-13 11:08
hash
hdu1573-X问题
中国剩余定理 #include<iostream> #include<cstdio> #include<cstring> #include<
cmath
·
2015-11-13 10:54
HDU
uva 12300 - Smallest Regular Polygon
#include<iostream> #include<iomanip> #include<
cmath
> #define pi 2.0*asin
·
2015-11-13 10:02
uva
Watashi's BG(搜索)
problemCode=3631 1 #include <iostream> 2 #include <
cmath
> 3 #include <cstdio>
·
2015-11-13 10:27
搜索
判断线段相交
#include <iostream> #include <
cmath
> #include <cstdio> using namespace std; struct
·
2015-11-13 10:26
判断
最大流(Dinic模板)
1 #include<cstdio> 2 #include<cstring> 3 #include<queue> 4 #include<
cmath
·
2015-11-13 10:20
dinic
Fatest的数列
pid=1001&cid=14568&hide=0 View Code 1 #include<iostream> 2 #include<
cmath
>
·
2015-11-13 10:12
test
蚂蚁区域 (bupt 322)
1].y)*(ai[i+1].x-ai[i].x)/2.0; 1 #include<iostream> 2 #include<cstdio> 3 #include<
cmath
·
2015-11-13 10:09
UP
筛法构造1~n的素数表
#include <iostream> #include <
cmath
> #define Ni 10000000 using namespace std;
·
2015-11-13 10:07
素数
HDU 3478 Play with Chain (Splay树)
做模板..........慢慢花时间来弄懂 #include <iostream> #include <algorithm> #include <
cmath
·
2015-11-13 10:21
chain
hdu 4617 Weapon
iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <
cmath
·
2015-11-13 10:19
HDU
hdu 4609 3-idiots
iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <
cmath
·
2015-11-13 10:18
HDU
hdu 4614 Vases and Flowers
;iostream> #include<cstdio> #include<string> #include<cstring> #include<
cmath
·
2015-11-13 10:14
HDU
hdu 4608 I-number
;iostream> #include<cstdio> #include<string> #include<cstring> #include<
cmath
·
2015-11-13 10:11
number
Topcoder SRM 584 DIV1 600
;iostream> #include<cstdio> #include<string> #include<cstring> #include<
cmath
·
2015-11-13 10:07
topcoder
TopCoder SRM 176 Deranged
include<cstdio> #include<string> #include<set> #include<map> #include<
cmath
·
2015-11-13 10:50
topcoder
TopCoder SRM 382 CharmingTicketsEasy
include<cstdio> #include<string> #include<set> #include<map> #include<
cmath
·
2015-11-13 10:48
topcoder
TopCoder SRM 477 CarelessSecretary
include<cstdio> #include<string> #include<set> #include<map> #include<
cmath
·
2015-11-13 10:46
topcoder
【POJ】1284 Primitive Roots
65535) #include <cstdio> #include <cstring> #include <algorithm> #include <
cmath
·
2015-11-13 10:14
root
【POJ】3974 Palindrome
1000000) #include <cstdio> #include <cstring> #include <algorithm> #include <
cmath
·
2015-11-13 10:12
poj
【POJ】3678 Katu Puzzle
很幼稚的题目直接看英文题面= = #include <cstdio> #include <cstring> #include <algorithm> #include <
cmath
·
2015-11-13 10:06
poj
非负大整数乘法和加法
#include <cstring> 2 #include <cstdio> 3 #include <iostream> 4 #include <
cmath
·
2015-11-13 09:18
hdu 4710 Balls Rearrangement 数论
#include <iostream> #include <cstdio> #include <cstring> #include <
cmath
·
2015-11-13 09:15
HDU
HDU 3584 三维树状数组
#include <set> #include <map> #include <stack> #include <
cmath
> #
·
2015-11-13 08:13
树状数组
【POJ】3243 Clever Y
10^9) #include <cstdio> #include <cstring> #include <algorithm> #include <
cmath
·
2015-11-13 08:00
poj
【POJ】2891 Strange Way to Express Integers
#include <cstdio> #include <cstring> #include <algorithm> #include <
cmath
>
·
2015-11-13 08:56
Integer
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他