摘要: 1 #include<iostream> 2 #include<cmath> 3 #include<algorithm> 4 #include<cstring> 5 #include<cstdio> 6 #include<queue> 7 #define inf 2147483647 8 using 阅读全文
posted @ 2016-06-18 23:39 wls001 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1 #include<iostream> 2 #include<cmath> 3 #include<algorithm> 4 #include<cstring> 5 #include<cstdio> 6 #include<queue> 7 #define inf 2147483647 8 using 阅读全文
posted @ 2016-06-18 23:24 wls001 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 1 #include<iostream> 2 #include<cstring> 3 #include<algorithm> 4 #include<cmath> 5 #include<cstdio> 6 #include<queue> 7 using namespace std; 8 struct 阅读全文
posted @ 2016-06-18 12:54 wls001 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1 #include <iostream> 2 #include <queue> 3 #include<string.h> 4 using namespace std; 5 #define arraysize 201 6 int maxData = 0x7fffffff; 7 int a[222][ 阅读全文
posted @ 2016-06-18 12:38 wls001 阅读(234) 评论(0) 推荐(0) 编辑