摘要: #include<cstdio>#include<cstring>const int maxn=100005;int buf[maxn];int main(){ freopen("input.txt","r",stdin); memset(buf,0,sizeof(buf)); int i,j,k, 阅读全文
posted @ 2016-03-24 21:53 zeroArn 阅读(196) 评论(0) 推荐(0)
摘要: #include<cstdio>#include<cstring>const int maxn=100005;int buf[maxn];int main(){ freopen("input.txt","r",stdin); memset(buf,0,sizeof(buf)); int i,j,k, 阅读全文
posted @ 2016-03-24 21:28 zeroArn 阅读(260) 评论(0) 推荐(0)