0_0_38399838_8608.cpp: In function 'int main()':
0_0_38399838_8608.cpp:128:7: error: redeclaration of 'int i'
int i,j,k,x,y,t;
^
0_0_38399838_8608.cpp:97:5: note: 'int i' previously declared here
int i,j,k=0,x,y,p;
^
0_0_38399838_8608.cpp:128:9: error: redeclaration of 'int j'
int i,j,k,x,y,t;
^
0_0_38399838_8608.cpp:97:7: note: 'int j' previously declared here
int i,j,k=0,x,y,p;
^
0_0_38399838_8608.cpp:128:11: error: redeclaration of 'int k'
int i,j,k,x,y,t;
^
0_0_38399838_8608.cpp:97:9: note: 'int k' previously declared here
int i,j,k=0,x,y,p;
^
0_0_38399838_8608.cpp:128:13: error: redeclaration of 'int x'
int i,j,k,x,y,t;
^
0_0_38399838_8608.cpp:97:13: note: 'int x' previously declared here
int i,j,k=0,x,y,p;
^
0_0_38399838_8608.cpp:128:15: error: redeclaration of 'int y'
int i,j,k,x,y,t;
^
0_0_38399838_8608.cpp:97:15: note: 'int y' previously declared here
int i,j,k=0,x,y,p;
^
|