摘要: 1 #include 2 #include 3 #include 4 #include 5 #define sc(x) scanf("%d",&(x)) 6 #define pf(x) printf("%d\n", x) 7 using namespace std; 8 const int... 阅读全文
posted @ 2015-02-25 16:09 PastLIFE 阅读(139) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 #include 4 #include 5 #define pf(x) printf("%d\n", x) 6 #define CL(x, y) memset(x, y, sizeof(x)) 7 #define max(a, b) (a >... 阅读全文
posted @ 2015-02-25 14:06 PastLIFE 阅读(157) 评论(0) 推荐(0)