Main.cc:3:19: error: stray ‘\357’ in program const int x=1e4+10; ^ Main.cc:3:20: error: stray ‘\274’ in program const int x=1e4+10; ^ Main.cc:3:21: error: stray ‘\233’ in program const int x=1e4+10; ^ Main.cc:4:1: error: expected ‘,’ or ‘;’ before ‘int’ int a[x],b[x],c[x]; ^~~ Main.cc: In function ‘int main()’: Main.cc:9:8: error: ‘a’ was not declared in this scope cin>>a[i]>>b[i]>>c[i]; ^ Main.cc:9:14: error: ‘b’ was not declared in this scope cin>>a[i]>>b[i]>>c[i]; ^ Main.cc:9:20: error: ‘c’ was not declared in this scope cin>>a[i]>>b[i]>>c[i]; ^ Main.cc:14:7: error: ‘a’ was not declared in this scope if(a[j]=b[i]) zuo=j; ^ Main.cc:14:18: error: ‘b’ was not declared in this scope if(a[j]=b[i]) zuo=j; ^ Main.cc:14:29: error: ‘c’ was not declared in this scope if(a[j]=b[i]) zuo=j; ^ Main.cc:15:7: error: ‘a’ was not declared in this scope if(a[j]c[i]) you=j; ^ Main.cc:15:18: error: ‘b’ was not declared in this scope if(a[j]c[i]) you=j; ^ Main.cc:15:24: error: ‘c’ was not declared in this scope if(a[j]c[i]) you=j; ^