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
POJ 2049 Finding Nemo(SPFA)
1 #include <
cstdio
> 2 #include <cstring> 3 #include <cma
·
2015-11-12 13:38
find
POJ 3083 Children of the Candy Corn
1 #include <
cstdio
> 2 #include <cstring> 3 #include <cmath> 4 #include <
·
2015-11-12 13:37
children
POJ 1860 Currency Exchange(SPFA)
1 #include <
cstdio
> 2 #include <cstring> 3 #include <cmath> 4 #include <queue
·
2015-11-12 13:36
Exchange
POJ 1062 昂贵的聘礼
1 #include <
cstdio
> 2 #include <cstring> 3 #include <cmath> 4 #include <iostream
·
2015-11-12 13:36
poj
POJ 2253 Frogger(最短路变形)
1 #include <
cstdio
>//spfa算法 2 #include <cstring> 3 #include <cm
·
2015-11-12 13:35
poj
POJ 2996 Help Me with the Game(模拟)
1 #include <
cstdio
> 2 #include <cstring> 3 #include <cmath> 4 using namespace
·
2015-11-12 13:33
with
POJ 2993 Emag eht htiw Em Pleh(模拟)
1 #include <
cstdio
> 2 #include <cstring> 3 #include <cmath> 4 using namespace
·
2015-11-12 13:32
poj
USACO 3.3 Shopping Offers(DP)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: shopping 5 */ 6 #include <
cstdio
·
2015-11-12 13:32
USACO
POJ 1273 Drainage Ditches(最大流模版EK+dinic)
dinic算法 1 #include <
cstdio
>//dinic算法 2 #include <cstring> 3 #include <cmath>
·
2015-11-12 13:30
dinic
USACO 3.2 Sweet Butter(SPFA)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: butter 5 */ 6 #include <
cstdio
·
2015-11-12 13:30
USACO
USACO 3.2 Magic Squares(记录路径的BFS)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: msquare 5 */ 6 #include <
cstdio
·
2015-11-12 13:29
USACO
USACO 3.2 Feed Ratios(水)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: ratios 5 */ 6 #include <
cstdio
>
·
2015-11-12 13:28
USACO
USACO 3.2 Spinning Wheels
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: spin 5 */ 6 #include <
cstdio
> 7 #incl
·
2015-11-12 13:27
USACO
USACO 3.2 Factorials(高精度乘法)
2012.11.22 #include <
cstdio
> #include <cstring> #include <string> #include <
·
2015-11-12 13:25
USACO
USACO 3.1 Contact(STL)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: contact 5 */ 6 #include <
cstdio
>
·
2015-11-12 13:24
USACO
USACO 3.1 Stamps
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: contact 5 */ 6 #include <
cstdio
> 7
·
2015-11-12 13:24
USACO
HDU 4460 Friend Chains(SPFA+邻接表)
1 #include <iostream> 2 #include <
cstdio
> 3 #include <cstring> 4 #include <
·
2015-11-12 13:22
chain
USACO 3.1 Humble Numbers
ID: cuizhe 3 LANG: C++ 4 TASK: humble 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:21
number
USACO 3.1 Score Inflation(完全背包 模版)
ID: cuizhe 3 LANG: C++ 4 TASK: inflate 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:20
USACO
USACO 3.1 Agri-Net(prim模版)
ID: cuizhe 3 LANG: C++ 4 TASK: agrinet 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:19
USACO
USACO 2.4 Bessie Come Home(最短路)
: cuizhe 3 LANG: C++ 4 TASK: comehome 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:18
USACO
USACO 2.4 Overfencing(BFS)
cuizhe 3 LANG: C++ 4 TASK: maze1 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:17
USACO
USACO 2.4 The Tamworth Two(乱搞)
ID: cuizhe 3 LANG: C++ 4 TASK: ttwo 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:16
USACO
USACO 2.3 Zero Sum(DFS)
ID: cuizhe 3 LANG: C++ 4 TASK: zerosum 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:13
USACO
USACO 2.2 Party Lamps(乱搞)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: lamps 5 */ 6 #include <
cstdio
·
2015-11-12 13:11
USACO
USACO 2.2 Runaround Numbers(乱搞)
ID: cuizhe 3 LANG: C++ 4 TASK: runround 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:10
number
USACO 2.2 Subset Sums(水DP)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: subset 5 */ 6 #include <
cstdio
> 7 #include <
·
2015-11-12 13:09
USACO
USACO 2.2 Preface Numbering(模拟)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: preface 5 */ 6 #include <
cstdio
> 7 #include &
·
2015-11-12 13:09
number
POJ 3268 Silver Cow Party(spfa)
1 #include <
cstdio
> 2 #include <cstring> 3 #include &l
·
2015-11-12 13:08
SPFA
USACO 2.1 Hamming Codes(位运算枚举)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: hamming 5 */ 6 #include <
cstdio
> 7 #include &
·
2015-11-12 13:07
USACO
USACO 2.1 Healthy Holsteins(枚举)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: holstein 5 */ 6 #include <
cstdio
> 7 #include
·
2015-11-12 13:06
health
USACO 2.1 Ordered Fractions(乱搞)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: frac1 5 */ 6 #include <
cstdio
> 7 #include
·
2015-11-12 13:06
action
USACO 2.1 The Castle(DFS)
特别注意输出的优先级,然后了 1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: castle 5 */ 6 #include <
cstdio
·
2015-11-12 13:03
USACO
USACO 1.5 Checker Challenge(DFS)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: checker 5 */ 6 #include <
cstdio
>
·
2015-11-12 13:02
USACO
USACO 2.1 Sorting a Three-Valued Sequence (乱搞)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: sort3 5 */ 6 #include <
cstdio
>
·
2015-11-12 13:01
sequence
USACO 1.5 Superprime Rib
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: sprime 5 */ 6 #include <
cstdio
> 7 #include <
·
2015-11-12 13:01
USACO
USACO 1.5 Prime Palindromes(枚举)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: pprime 5 */ 6 #include <
cstdio
> 7 #include
·
2015-11-12 13:00
USACO
USACO 1.5 Number Triangles
经典的数字三角形 1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: numtri 5 */ 6 #include <
cstdio
> 7
·
2015-11-12 13:00
number
USACO 1.4 Mother's Milk(BFS)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: milk3 5 */ 6 #include <
cstdio
> 7 #include
·
2015-11-12 13:59
USACO
USACO 1.4 Arithmetic Progressions(枚举)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: ariprog 5 */ 6 #include <
cstdio
> 7 #include &
·
2015-11-12 13:58
progress
USACO 1.4 The Clocks(枚举)
1 /* 2 ID: cuizhe 3 LANG: C++ 4 TASK: clocks 5 */ 6 #include <
cstdio
> 7 #include
·
2015-11-12 13:57
USACO
182 D. Common Divisors
1 #include <iostream> 2 #include <
cstdio
> 3 #include <c
·
2015-11-12 13:55
com
USACO 1.3 Prime Cryptarithm
ID: cuizhe 3 LANG: C++ 4 TASK: crypt1 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:54
USACO
USACO 1.3 Barn Repair(DP)
2 ID: cuizhe 3 LANG: C++ 4 TASK: barn1 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:53
USACO
USACO 1.3 Calf Flac(枚举)
/* ID: cuizhe LANG: C++ TASK: calfflac */ #include <iostream> #include <
cstdio
>
·
2015-11-12 13:53
USACO
USACO 1.3 Mixing Milk
2 ID: cuizhe 3 LANG: C++ 4 TASK: milk 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:52
USACO
USACO 1.2 Dual Palindromes
2 ID: cuizhe 3 LANG: C++ 4 TASK: dualpal 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:50
USACO
USACO 1.2 Palindromic Squares
ID: cuizhe 3 LANG: C++ 4 TASK: palsquare 5 */ 6 #include <iostream> 7 #include <
cstdio
·
2015-11-12 13:50
USACO
Tyvj 1203 机器分配(DP)
1 #include <iostream> 2 #include <
cstdio
> 3 #include <cstring> 4 using namespace
·
2015-11-12 13:48
dp
POJ 3349 Snowflake Snow Snowflakes(乱搞)
1 #include <
cstdio
> 2 #include <cstring> 3 #include <
·
2015-11-12 13:47
poj
上一页
56
57
58
59
60
61
62
63
下一页
按字母分类:
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
其他