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