
图
文章平均质量分 88
kimnoic
telmonster
展开
-
poj1258Agri-Net
Agri-NetTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 41940 Accepted: 17103DescriptionFarmer John has been elected mayor of his town! One of his campa原创 2015-01-30 20:23:13 · 295 阅读 · 0 评论 -
poj 3259 Wormholes
WormholesTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 34529 Accepted: 12610DescriptionWhile exploring his many farms, Farmer John has discovered a nu原创 2015-06-04 22:51:14 · 240 阅读 · 0 评论 -
poj 1062 昂贵的聘礼
昂贵的聘礼Time Limit: 1000MS Memory Limit: 10000KTotal Submissions: 39752 Accepted: 11533Description年轻的探险家来到了一个印第安部落里。在那里他和酋长的女儿相爱了,于是便向酋长去求亲。酋长要他用10000个金币作为聘礼才答应把女儿嫁给原创 2015-06-06 01:41:11 · 346 阅读 · 0 评论 -
poj 2253 Frogger
FroggerTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 28561 Accepted: 9279DescriptionFreddy Frog is sitting on a stone in the middle of a lake. Suddenl原创 2015-06-06 02:31:28 · 223 阅读 · 0 评论 -
poj 1125 Stockbroker Grapevine
Stockbroker GrapevineTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 28980 Accepted: 16063DescriptionStockbrokers are known to overreact to rumours. You原创 2015-06-07 23:26:22 · 310 阅读 · 0 评论 -
poj 1789 Truck History
Truck HistoryTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 20600 Accepted: 7987DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different types原创 2015-06-08 12:32:34 · 238 阅读 · 0 评论 -
poj 2485 Highways
HighwaysTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 24142 Accepted: 11138DescriptionThe island nation of Flatopia is perfectly flat. Unfortunately,原创 2015-06-10 00:53:03 · 260 阅读 · 0 评论 -
poj 3026 Borg Maze
Borg MazeTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 9606 Accepted: 3225DescriptionThe Borg is an immensely powerful race of enhanced humanoids from原创 2015-06-14 21:28:12 · 294 阅读 · 0 评论 -
poj 1094 Sorting It All Out
Sorting It All OutTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 29594 Accepted: 10250DescriptionAn ascending sorted sequence of distinct values is one原创 2015-06-15 13:13:41 · 349 阅读 · 0 评论 -
poj 1860 Currency Exchange
Currency ExchangeTime Limit: 1000MS Memory Limit: 30000KTotal Submissions: 21936 Accepted: 7916DescriptionSeveral currency exchange points are working in our city原创 2015-06-01 23:41:05 · 244 阅读 · 0 评论 -
poj 1459 Power Network 网络流
Power NetworkTime Limit: 2000MS Memory Limit: 32768KTotal Submissions: 24593 Accepted: 12825DescriptionA power network consists of nodes (power stations, consumer原创 2015-06-18 20:17:30 · 367 阅读 · 0 评论 -
poj1386 play on word 欧拉回路+并查集
Play on WordsTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 10128 Accepted: 3465DescriptionSome of the secret doors contain a very interesting word puz原创 2015-02-01 19:07:59 · 280 阅读 · 0 评论 -
poj1679The Unique MST 次小生成树
The Unique MSTTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 21580 Accepted: 7636DescriptionGiven a connected undirected graph, tell if its minimum spa原创 2015-02-02 00:26:37 · 329 阅读 · 0 评论 -
poj2230Watchcow 欧拉回路
WatchcowTime Limit: 3000MS Memory Limit: 65536KTotal Submissions: 6186 Accepted: 2673 Special JudgeDescriptionBessie's been appointed the new watch-cow for th原创 2015-02-02 17:34:04 · 297 阅读 · 0 评论 -
spfa
#include #include #include #include #include #include #include using namespace std;#define Max 10010struct edge{int u,v;edge () {}edge(int _u,int _v):u(_u),v(_v) {}};vect原创 2015-02-21 18:01:46 · 273 阅读 · 0 评论 -
poj1300doorman欧拉回路简单应用
Door ManTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 2325 Accepted: 922DescriptionYou are a butler in a large mansion. This mansion has so many rooms原创 2015-01-22 00:41:16 · 527 阅读 · 0 评论 -
网络流。。
ff#include #include #include #include #include #include #include #include #include using namespace std;#define INF 0x3ffffff#define Max 10000struct arctype{ int c,f;//容量 流量};arctype原创 2015-03-10 00:08:46 · 320 阅读 · 0 评论 -
poj 3020 Antenna Placement 二分图
Antenna PlacementTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 7223 Accepted: 3591DescriptionThe Global Aerial Research Centre has been allotted the t原创 2015-06-16 10:29:45 · 378 阅读 · 0 评论 -
poj 3041 Asteroids 二分图
AsteroidsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 16923 Accepted: 9218DescriptionBessie wants to navigate her spaceship through a dangerous aster原创 2015-06-15 16:41:11 · 288 阅读 · 0 评论