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