摘要: //本题用cin超时啊,要用scanf#define _CRT_SECURE_NO_WARNINGS#include #include #include #include #include #include using namespace std;const int maxn = 100000... 阅读全文
posted @ 2015-01-19 12:32 Popco 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Problem Description Today is Ignatius' birthday. He invites a lot of friends. Now it's dinner time. Ignatius wants to know how many tables he need... 阅读全文
posted @ 2015-01-19 11:58 Popco 阅读(118) 评论(0) 推荐(0) 编辑
摘要: Problem Description 某省调查城镇交通状况,得到现有城镇道路统计表,表中列出了每条道路直接连通的城镇。省政府“畅通工程”的目标是使全省任何两个城镇间都可以实现交通(但不一定有直接的道路相连,只要互相间接通过道路可达即可)。问最少还需要建设多少条道路? Inpu... 阅读全文
posted @ 2015-01-19 11:26 Popco 阅读(129) 评论(0) 推荐(0) 编辑