2018年3月23日
摘要: L2-001. 紧急救援 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 200 ms 时间限制 200 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 8000 B 代码长度限制 8000 阅读全文
posted @ 2018-03-23 23:25 蔡军帅 阅读(859) 评论(1) 推荐(0)
摘要: L2-001. 紧急救援时间限制200 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者陈越作为一个城市的应急救援队伍的负责人,你有一张特殊的全国地图。在地图上显示有多个分... 阅读全文
posted @ 2018-03-23 23:25 蔡军帅 阅读(138) 评论(0) 推荐(0)
摘要: #include #include #include using namespace std; #define inf 0x3f3f3f3f int n,m;//n现有城镇数目,m道路数目 int map[300][300]; int dis[300],vis[300]; int path[500]; void dijkstra(int a,int b) ... 阅读全文
posted @ 2018-03-23 22:38 蔡军帅 阅读(259) 评论(0) 推荐(0)
摘要: #include #include #include using namespace std; #define inf 0x3f3f3f3f int n,m;//n现有城镇数目,m道路数目 i... 阅读全文
posted @ 2018-03-23 22:38 蔡军帅 阅读(133) 评论(0) 推荐(0)