0_0_29484962_7065.cpp:1:8: error: 'N' was not declared in this scope
char s[N][N];
^
0_0_29484962_7065.cpp:1:11: error: 'N' was not declared in this scope
char s[N][N];
^
0_0_29484962_7065.cpp:5:7: error: 'N' was not declared in this scope
int f[N][N][11][2];
^
0_0_29484962_7065.cpp:5:10: error: 'N' was not declared in this scope
int f[N][N][11][2];
^
0_0_29484962_7065.cpp: In function 'void up(int&, int)':
0_0_29484962_7065.cpp:15:11: error: 'mod' was not declared in this scope
if(x>=mod) x-=mod;
^
0_0_29484962_7065.cpp: In function 'int cal()':
0_0_29484962_7065.cpp:27:9: error: 'f' was not declared in this scope
clr(f,0);
^
0_0_29484962_7065.cpp:27:12: error: 'clr' was not declared in this scope
clr(f,0);
^
0_0_29484962_7065.cpp:31:13: error: 'FOR1' was not declared in this scope
FOR1(i,n) FOR1(j,m) s[i][j]-='0';
^
0_0_29484962_7065.cpp: In function 'int main()':
0_0_29484962_7065.cpp:119:10: error: 'rush' was not declared in this scope
rush()
^
|