最新文章列表

POJ-2195-Going Home

POJ-2195-Going Home http://poj.org/problem?id=2195 最小费用最大流,假想一个源点,一个汇点 代码模仿网上的写的,还要再好好研究哇 #include<stdio.h> #include<string.h> #include<math.h> #define maxn 300 #define INF ...
wushibuhuang 评论(0) 有5人浏览 2012-08-13 19:59

POJ-1273-Drainage Ditches

POJ-1273-Drainage Ditches http://poj.org/problem?id=1273 基本的最大流,按LRJ的白书写的 #include<iostream> #include<cstring> #include<queue> using namespace std; #define INF 0x7fffffff int ...
aijuans 评论(0) 有1156人浏览 2012-08-13 11:39

POJ-2828-Buy Tickets

POJ-2828-Buy Tickets http://poj.org/problem?id=2828 线段树,逆序插入 #include<iostream>#include<cstdio>#include<cstring>#include<cstdlib>using namespace std;#define N 200010struct ...
aijuans 评论(0) 有1145人浏览 2012-08-07 22:41

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics