0_0_28805479_4872.cpp: In function 'int san(int, int)':
0_0_28805479_4872.cpp:38:17: error: 'i' was not declared in this scope
for(i=0;i<=2;i++)
^
0_0_28805479_4872.cpp:39:21: error: 'j' was not declared in this scope
for(j=0;j<=2;j++)
^
0_0_28805479_4872.cpp:54:17: error: 'i' was not declared in this scope
for(i=0;i<=2;i++)
^
0_0_28805479_4872.cpp:55:21: error: 'j' was not declared in this scope
for(j=3;j<=5;j++)
^
0_0_28805479_4872.cpp:70:17: error: 'i' was not declared in this scope
for(i=0;i<=2;i++)
^
0_0_28805479_4872.cpp:71:21: error: 'j' was not declared in this scope
for(j=6;j<=8;j++)
^
0_0_28805479_4872.cpp:89:17: error: 'i' was not declared in this scope
for(i=3;i<=5;i++)
^
0_0_28805479_4872.cpp:90:21: error: 'j' was not declared in this scope
for(j=0;j<=2;j++)
^
0_0_28805479_4872.cpp:105:17: error: 'i' was not declared in this scope
for(i=3;i<=5;i++)
^
0_0_28805479_4872.cpp:106:21: error: 'j' was not declared in this scope
for(j=3;j<=5;j++)
^
0_0_28805479_4872.cpp:121:17: error: 'i' was not declared in this scope
for(i=3;i<=5;i++)
^
0_0_28805479_4872.cpp:122:21: error: 'j' was not declared in this scope
for(j=6;j<=8;j++)
^
0_0_28805479_4872.cpp:140:17: error: 'i' was not declared in this scope
for(i=6;i<=8;i++)
^
0_0_28805479_4872.cpp:141:21: error: 'j' was not declared in this scope
for(j=0;j<=2;j++)
^
0_0_28805479_4872.cpp:156:17: error: 'i' was not declared in this scope
for(i=6;i<=8;i++)
^
0_0_28805479_4872.cpp:157:21: error: 'j' was not declared in this scope
for(j=3;j<=5;j++)
^
0_0_28805479_4872.cpp:172:17: error: 'i' was not declared in this scope
for(i=6;i<=8;i++)
^
0_0_28805479_4872.cpp:173:21: error: 'j' was not declared in this scope
for(j=6;j<=8;j++)
^
0_0_28805479_4872.cpp: In function 'void dfs(int, int)':
0_0_28805479_4872.cpp:192:9: error: 'i' was not declared in this scope
for(i=1;i<=9;i++)
^
0_0_28805479_4872.cpp:199:21: error: too few arguments to function 'void dfs(int, int)'
dfs()
^
0_0_28805479_4872.cpp:187:6: note: declared here
void dfs(int x,int y )
^
0_0_28805479_4872.cpp: In function 'int main()':
0_0_28805479_4872.cpp:212:17: error: 'bfs' was not declared in this scope
bfs(0,0);
^
|