摘要: Problem ACoder题意:水题代码如下: 1 //2014-01-20-23.26 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #define MP(a, b) make_pair(a, b)12 #define PB(a) push_back(a)13 14 using namespace std;15 16 typedef long long ll;17 typedef pair pii;18 typedef... 阅读全文
posted @ 2014-01-21 02:41 张小豪 阅读(253) 评论(0) 推荐(0) 编辑