复制代码
摘要: #include<bits/stdc++.h> using namespace std; #define LOACL freopen("in","r",stdin);\ freopen("out","w",stdout); const int sz = (int)1e6 + 5; #define C 阅读全文
posted @ 2018-05-09 21:19 pg633 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 模板 #include<bits/stdc++.h> using namespace std; #define LOACL freopen("in","r",stdin);\ freopen("out","w",stdout); #define REP(i,l,r) for(int i=l;i<=r 阅读全文
posted @ 2018-05-09 20:47 pg633 阅读(162) 评论(0) 推荐(0) 编辑