摘要: 1 #include 2 #include 3 using namespace std; 4 5 #define Max(x, y) (x > y ? x : y) 6 7 int main() 8 { 9 int n, m;10 while(~scanf("%d",&n)) ... 阅读全文
posted @ 2014-11-29 16:00 无道圣君 阅读(806) 评论(0) 推荐(0) 编辑