0_0_16462565_18682.cpp: In function 'int read_case()':
0_0_16462565_18682.cpp:17:10: error: 'n' was not declared in this scope
readint(n), readint(m);
^
0_0_16462565_18682.cpp:17:11: error: 'readint' was not declared in this scope
readint(n), readint(m);
^
0_0_16462565_18682.cpp:17:22: error: 'm' was not declared in this scope
readint(n), readint(m);
^
0_0_16462565_18682.cpp:20:7: error: 'init' was not declared in this scope
init();
^
0_0_16462565_18682.cpp:21:2: error: 'nx' was not declared in this scope
nx = 0;
^
0_0_16462565_18682.cpp:23:11: error: 'maxn' was not declared in this scope
bool vis[maxn] = {0};
^
0_0_16462565_18682.cpp:27:15: error: 'STR' was not declared in this scope
scanf("%s", STR[i]);
^
0_0_16462565_18682.cpp:27:21: error: 'scanf' was not declared in this scope
scanf("%s", STR[i]);
^
0_0_16462565_18682.cpp:38:30: error: 'fac' was not declared in this scope
if(STR[i][j] == '1') t += fac[j];
^
0_0_16462565_18682.cpp:41:7: error: 'vis' was not declared in this scope
if(!vis[t]) { vis[t] = 1; num[nx++] = t;}
^
0_0_16462565_18682.cpp:41:29: error: 'num' was not declared in this scope
if(!vis[t]) { vis[t] = 1; num[nx++] = t;}
^
0_0_16462565_18682.cpp:42:21: error: 'vis' was not declared in this scope
if(flag != -1 && !vis[t+fac[flag]])
^
0_0_16462565_18682.cpp:42:27: error: 'fac' was not declared in this scope
if(flag != -1 && !vis[t+fac[flag]])
^
0_0_16462565_18682.cpp:45:4: error: 'num' was not declared in this scope
num[nx++] = t+fac[flag];
^
|