
图
Aki_Mutou
Qingdao->Jinan->Tokyo->Osaka
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
hdu2094产生冠军(假的拓扑排序/map)
心情如下: 点我看题 Description 有一群人,打乒乓球比赛,两两捉对撕杀,每两个人之间最多打一场比赛。 球赛的规则如下: 如果A打败了B,B又打败了C,而A与C之间没有进行过比赛,那么就认定,A一定能打败C。 如果A打败了B,B又打败了C,而且,C又打败了A,那么A、B、C三者都不可能成为冠军。 根据这个规则,无需循环较量,或许就能确定冠军。你的任务就是面对一群比赛选手,在经过了若干场...原创 2019-03-19 20:17:08 · 165 阅读 · 0 评论 -
HDU1285 确定比赛名次(拓扑排序)
大晚上的,我好饿原创 2019-03-15 20:26:09 · 166 阅读 · 0 评论 -
POJ3255 Roadblocks(次短路)
点我看题 Description Bessie has moved to a small farm and sometimes enjoys returning to visit one of her best friends. She does not want to get to her old home too quickly, because she likes the scenery a...原创 2019-04-03 22:11:44 · 167 阅读 · 0 评论 -
POJ3723 Conscription(最小生成树/Kruskal)
Description Windy has a country, and he wants to build an army to protect his country. He has picked up N girls and M boys and wants to collect them to be his soldiers. To collect a soldier without an...原创 2019-04-03 22:15:25 · 233 阅读 · 0 评论 -
ZOJ3946 Highway Project(双边权最短路(?))
讲道理我都不记得我做过啥题了……(其实如果不是因为卡题我也不会写博客的- -) 谢谢帮忙debug(?)的柳总、lhr先生与欣爸爸,还有玥玥 点我看题 另外,标题是自己编的 Description Edward, the emperor of the Marjar Empire, wants to build some bidirectional highways so that he can ...原创 2019-04-17 20:54:26 · 229 阅读 · 0 评论