
ACM_POJ
iteye_3829
这个作者很懒,什么都没留下…
展开
-
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 200010struc...原创 2012-08-07 22:41:01 · 99 阅读 · 0 评论 -
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 i...原创 2012-08-13 11:39:19 · 97 阅读 · 0 评论