- 博客(4)
- 收藏
- 关注
原创 BZOJ1000
#include <cstdio>int a,b;int main(){ freopen("BZOJ1000.in","r",stdin); freopen("BZOJ1000.out","w",stdout); scanf("%d%d",&a,&b); printf("%d",a+b); fclose(stdin); fclose(stdout);
2015-07-17 23:02:48
377
原创 classroom
include const int N=1000010; int n,m; int a[N],b[N],d[N],l[N],r[N]; bool check(int);int main() { freopen(“classroom.in”,”r”,stdin); freopen(“classroom.out”,”w”,stdout);scanf("%d%d",&n,&m)
2015-07-17 22:53:31
376
原创 ural1519
include include include //#include using namespace std; typedef long long ll; const int N=21; int n,m,xn,yn,tot; int bt[N]; ll H[N][N][1<<19]; bool obs[N+1][N+1];//map
2015-07-17 22:50:27
347
原创 ural1519
include include include //#include using namespace std; typedef long long ll; const int N=21; int n,m,xn,yn,tot; int bt[N]; ll H[N][N][1<<19]; bool obs[N+1][N+1];//map
2015-07-17 22:49:17
402
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人