摘要: 学习资料处 HDU 1542 Atlantis 题意:给出几个矩阵求这些矩阵覆盖的面积: 给出左上角与右下角 Sample Input 20 5 4 12 4 6 2 20 5 4 12 4 6 2 Sample Output 20 #include<bits/stdc++.h> using nam 阅读全文
posted @ 2018-11-27 18:06 shuai_hui 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 题目:给出图的条件 ,求1到n的最短路 #include <iostream> #include <cstdio> #include <cstring> #include <algorithm> #include <vector> #include <queue> using namespace s 阅读全文
posted @ 2018-11-27 17:42 shuai_hui 阅读(136) 评论(0) 推荐(0) 编辑