
POJ 图论
文章平均质量分 71
普通网友
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ 2570
Fiber Network Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 2896 Accepted: 1335 Description Several startup companies have decided to build a better Intern原创 2014-04-30 18:37:47 · 654 阅读 · 0 评论 -
POJ 2449
#include #include #include #include #include #include using namespace std; const int MAXN = 1010; const int MAXM = 100010; const int INF = 0x7fffffff; typedef struct{ int to, next, w; }Edge; typed原创 2014-05-07 21:15:19 · 484 阅读 · 0 评论 -
POJ 3342 (树形DP)
Party at Hali-Bula Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 5130 Accepted: 1822 Description Dear Contestant, I'm going to have a party at my villa原创 2014-05-01 13:45:24 · 502 阅读 · 0 评论 -
POJ 3613
Cow Relays Description For their physical fitness program, N (2 ≤ N ≤ 1,000,000) cows have decided to run a relay race using the T (2 ≤ T ≤ 100) cow trails throughout the pasture. Each trail c原创 2014-04-30 18:39:28 · 599 阅读 · 0 评论 -
POJ 3013
Big Christmas Tree Time Limit: 3000MS Memory Limit: 131072K Total Submissions: 20034 Accepted: 4304 Description Christmas is coming to KCM city. Suby the loyal civili原创 2014-04-30 18:37:45 · 431 阅读 · 0 评论 -
POJ 3628 Bookshelf 2
Bookshelf 2 Description Farmer John recently bought another bookshelf for the cow library, but the shelf is getting filled up quite quickly, and now the only available space is at the top. FJ原创 2014-04-30 18:39:41 · 430 阅读 · 0 评论 -
POJ 1062
昂贵的聘礼 Time Limit : 2000/1000ms (Java/Other) Memory Limit : 20000/10000K (Java/Other) Total Submission(s) : 14 Accepted Submission(s) : 3 Problem Description 年轻的探险家来到了一个印第安部落里。在那里他和酋长的女儿相爱了,于是便原创 2014-04-30 18:35:56 · 429 阅读 · 0 评论 -
HDOJ 2196
Computer Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2764 Accepted Submission(s): 1415 Problem Description A school bought the first c原创 2014-04-30 18:38:42 · 473 阅读 · 0 评论 -
POJ 3256
Cow Picnic Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 4928 Accepted: 2019 Description The cows are having a picnic! Each of Farmer John's K (1 ≤ K ≤ 1原创 2014-04-30 18:37:54 · 616 阅读 · 0 评论 -
POJ 3255
Roadblocks Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 6459 Accepted: 2406 Description Bessie has moved to a small farm and sometimes enjoys returning原创 2014-04-30 18:38:09 · 420 阅读 · 0 评论 -
POJ 2387
Til the Cows Come Home Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 27591 Accepted: 9303 Description Bessie is out in the field and wants to get back to t原创 2014-04-30 18:39:53 · 514 阅读 · 0 评论 -
POJ 1273
Drainage Ditches Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 52402 Accepted: 19946 Description Every time it rains on Farmer John's fields, a pond forms原创 2014-04-30 18:37:05 · 422 阅读 · 0 评论 -
POJ 2513 Colored Sticks
思路:把每根筷子的两个duandi原创 2014-06-02 21:20:33 · 537 阅读 · 0 评论