上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define sc(x) scanf("%d",&x) 7 #define pf(x) printf("%d\n",x) 8 #define P printf("\n") ... 阅读全文
posted @ 2015-03-13 20:57 PastLIFE 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 转载http://blog.csdn.net/sjf0115/article/details/8579935在ZOJ 1085Alien Security中 阅读全文
posted @ 2015-03-12 12:45 PastLIFE 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define sc(x) scanf("%d",&x) 6 #define CL(x, y) memset(x,y,sizeof(x)) 7 using namespace std; 8 cons... 阅读全文
posted @ 2015-03-12 12:35 PastLIFE 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #define M 21 5 #define sc(x) scanf("%d",&x) 6 #define pf(x) printf("%d\n",x) 7 #define PF(x) printf("%d ",x) 8 #de... 阅读全文
posted @ 2015-03-11 14:51 PastLIFE 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 1 import static java.lang.System.out; 2 import java.math.BigInteger; 3 import java.util.Scanner; 4 5 public class Main { 6 7 public static void... 阅读全文
posted @ 2015-03-11 14:01 PastLIFE 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define sc(x) scanf("%d",&x) 6 #define pf(x) printf("%d\n",x) 7 #define CL(x,y) memset(x,y,sizeof(x... 阅读全文
posted @ 2015-03-11 12:41 PastLIFE 阅读(147) 评论(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 = 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) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define CL(x,y) memset(x,y,sizeof(x)) 6 using namespace std; 7 struct node 8 { 9 int x... 阅读全文
posted @ 2015-03-09 21:47 PastLIFE 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页