2015年9月17日
摘要: 我也是醉了, 无限WA 。注意一下使用邻接矩阵时循环语句的不同处。1 for(int i = 1; i #include #include #include #define M 601 #define N 1000001using namespace std;const int INF = 0x3f... 阅读全文
posted @ 2015-09-17 15:43 cleverbiger 阅读(198) 评论(0) 推荐(0)