Main.cc: In function 'int main()': Main.cc:4:17: error: 'way' was not declared in this scope int n, i=0; way=1, x=0, y=0, juzhen[21][21]={0}; ^ Main.cc:4:24: error: 'x' was not declared in this scope int n, i=0; way=1, x=0, y=0, juzhen[21][21]={0}; ^ Main.cc:4:29: error: 'y' was not declared in this scope int n, i=0; way=1, x=0, y=0, juzhen[21][21]={0}; ^ Main.cc:4:34: error: 'juzhen' was not declared in this scope int n, i=0; way=1, x=0, y=0, juzhen[21][21]={0}; ^