2016年7月7日

摘要: 1 #include <cstdio> 2 const int Maxn=400010; 3 inline void Get_Int(int & x) 4 { 5 char ch=getchar(); x=0; 6 while (ch<'0' || ch>'9') ch=getchar(); 7 w 阅读全文

posted @ 2016-07-07 18:55 yyjxx2010xyu 阅读(213) 评论(0) 推荐(0) 编辑