0_0_37576745_13858.cpp: In function 'int main()':
0_0_37576745_13858.cpp:68:17: error: redeclaration of 'int x'
int x=0,y=1;
^
0_0_37576745_13858.cpp:67:17: note: 'int x' previously declared here
int x=p[i][j],y=p[i][j+1];
^
0_0_37576745_13858.cpp:68:21: error: redeclaration of 'int y'
int x=0,y=1;
^
0_0_37576745_13858.cpp:67:27: note: 'int y' previously declared here
int x=p[i][j],y=p[i][j+1];
^
|