2016年7月16日

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

posted @ 2016-07-16 23:33 yyjxx2010xyu 阅读(728) 评论(0) 推荐(0) 编辑

摘要: 1 #include <cstdio> 2 #include <cstring> 3 const int Len=31; 4 const int Maxn=100100; 5 int cnt,Ans,b,x,n; 6 inline int Max(int x,int y) {return x>y?x 阅读全文

posted @ 2016-07-16 15:27 yyjxx2010xyu 阅读(160) 评论(0) 推荐(0) 编辑