摘要: 1 #include 2 #include 3 #include 4 #include 5 #define CL(x, y) memset(x, y, sizeof(x)) 6 using namespace std; 7 const int MAX = 5; 8 int N, i, j,... 阅读全文
posted @ 2015-03-10 20:08 PastLIFE 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define CL(x, y) memset(x,y,sizeof(x)) 6 using namespace std; 7 const int MAX = 33; 8 int A... 阅读全文
posted @ 2015-03-10 18:56 PastLIFE 阅读(126) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #define CL(x, y) memset(x,y,sizeof(x))using namespace std;const int MAX = 55;int N, T, A, B, C, i, j, k;int used[M... 阅读全文
posted @ 2015-03-10 16:16 PastLIFE 阅读(107) 评论(0) 推荐(0) 编辑