0_0_31038486_27301.cpp: In function 'int main()':
0_0_31038486_27301.cpp:9:27: error: expected unqualified-id before 'int'
int s[x][y],t = 0,int g;
^
0_0_31038486_27301.cpp:18:21: error: 'g' was not declared in this scope
g = s[i][k];
^
0_0_31038486_27301.cpp:19:21: error: 'a' was not declared in this scope
a = i;
^
0_0_31038486_27301.cpp:20:21: error: 'b' was not declared in this scope
b = k;
^
0_0_31038486_27301.cpp:24:29: error: 'a' was not declared in this scope
printf("%d %d %d\n",a,b,g);
^
0_0_31038486_27301.cpp:24:31: error: 'b' was not declared in this scope
printf("%d %d %d\n",a,b,g);
^
0_0_31038486_27301.cpp:24:33: error: 'g' was not declared in this scope
printf("%d %d %d\n",a,b,g);
^
|