Main.cc:1:21: error: stray ‘\342’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:22: error: stray ‘\200’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:23: error: stray ‘\230’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:31: error: stray ‘\342’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:32: error: stray ‘\200’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:33: error: stray ‘\231’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:70: error: stray ‘\342’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:71: error: stray ‘\200’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:72: error: stray ‘\230’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:86: error: stray ‘\342’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:87: error: stray ‘\200’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:1:88: error: stray ‘\231’ in program Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^ Main.cc:5:22: error: stray ‘\342’ in program Main.cc: In function ‘int main()’: ^ Main.cc:5:23: error: stray ‘\200’ in program Main.cc: In function ‘int main()’: ^ Main.cc:5:24: error: stray ‘\230’ in program Main.cc: In function ‘int main()’: ^ Main.cc:5:35: error: stray ‘\342’ in program Main.cc: In function ‘int main()’: ^ Main.cc:5:36: error: stray ‘\200’ in program Main.cc: In function ‘int main()’: ^ Main.cc:5:37: error: stray ‘\231’ in program Main.cc: In function ‘int main()’: ^ Main.cc:6:22: error: stray ‘\342’ in program Main.cc:2:44: error: ‘cin’ was not declared in this scope ^ Main.cc:6:23: error: stray ‘\200’ in program Main.cc:2:44: error: ‘cin’ was not declared in this scope ^ Main.cc:6:24: error: stray ‘\230’ in program Main.cc:2:44: error: ‘cin’ was not declared in this scope ^ Main.cc:6:28: error: stray ‘\342’ in program Main.cc:2:44: error: ‘cin’ was not declared in this scope ^ Main.cc:6:29: error: stray ‘\200’ in program Main.cc:2:44: error: ‘cin’ was not declared in this scope ^ Main.cc:6:30: error: stray ‘\231’ in program Main.cc:2:44: error: ‘cin’ was not declared in this scope ^ Main.cc:9:44: error: stray ‘\342’ in program Main.cc:2:44: note: suggested alternative: ‘main’ ^ Main.cc:9:45: error: stray ‘\200’ in program Main.cc:2:44: note: suggested alternative: ‘main’ ^ Main.cc:9:46: error: stray ‘\230’ in program Main.cc:2:44: note: suggested alternative: ‘main’ ^ Main.cc:9:51: error: stray ‘\342’ in program Main.cc:2:44: note: suggested alternative: ‘main’ ^ Main.cc:9:52: error: stray ‘\200’ in program Main.cc:2:44: note: suggested alternative: ‘main’ ^ Main.cc:9:53: error: stray ‘\231’ in program Main.cc:2:44: note: suggested alternative: ‘main’ ^ Main.cc:13:22: error: stray ‘\342’ in program Main.cc:2:71: error: ‘cout’ was not declared in this scope ^ Main.cc:13:23: error: stray ‘\200’ in program Main.cc:2:71: error: ‘cout’ was not declared in this scope ^ Main.cc:13:24: error: stray ‘\230’ in program Main.cc:2:71: error: ‘cout’ was not declared in this scope ^ Main.cc:13:29: error: stray ‘\342’ in program Main.cc:2:71: error: ‘cout’ was not declared in this scope ^ Main.cc:13:30: error: stray ‘\200’ in program Main.cc:2:71: error: ‘cout’ was not declared in this scope ^ Main.cc:13:31: error: stray ‘\231’ in program Main.cc:2:71: error: ‘cout’ was not declared in this scope ^ Main.cc:16:23: error: stray ‘\342’ in program Main.cc:2:102: error: ‘cout’ was not declared in this scope ^ Main.cc:16:24: error: stray ‘\200’ in program Main.cc:2:102: error: ‘cout’ was not declared in this scope ^ Main.cc:16:25: error: stray ‘\230’ in program Main.cc:2:102: error: ‘cout’ was not declared in this scope ^ Main.cc:16:30: error: stray ‘\342’ in program Main.cc:2:102: error: ‘cout’ was not declared in this scope ^ Main.cc:16:31: error: stray ‘\200’ in program Main.cc:2:102: error: ‘cout’ was not declared in this scope ^ Main.cc:16:32: error: stray ‘\231’ in program Main.cc:2:102: error: ‘cout’ was not declared in this scope ^ Main.cc:19:23: error: stray ‘\342’ in program Main.cc:2:133: error: ‘cout’ was not declared in this scope ^ Main.cc:19:24: error: stray ‘\200’ in program Main.cc:2:133: error: ‘cout’ was not declared in this scope ^ Main.cc:19:25: error: stray ‘\230’ in program Main.cc:2:133: error: ‘cout’ was not declared in this scope ^ Main.cc:19:30: error: stray ‘\342’ in program Main.cc:2:133: error: ‘cout’ was not declared in this scope ^ Main.cc:19:31: error: stray ‘\200’ in program Main.cc:2:133: error: ‘cout’ was not declared in this scope ^ Main.cc:19:32: error: stray ‘\231’ in program Main.cc:2:133: error: ‘cout’ was not declared in this scope ^ Main.cc:1:1: error: ‘Main’ does not name a type Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^~~~ Main.cc:1:57: error: ‘did’ does not name a type; did you mean ‘void’? Main.cc:1:1: error: ‘include’ does not name a type; did you mean ‘__has_include’? ^~~ void Main.cc: In function ‘int main()’: Main.cc:7:45: error: ‘cin’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ Main.cc:7:45: note: suggested alternative: ‘main’ using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ main Main.cc:7:72: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:7:103: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc: At global scope: Main.cc:8:45: error: expected unqualified-id before ‘^’ token ^~~ ^ Main.cc: In function ‘int main()’: Main.cc:10:27: error: redefinition of ‘int main()’ using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:7:27: note: ‘int main()’ previously defined here using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:10:45: error: ‘cin’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ Main.cc:10:45: note: suggested alternative: ‘main’ using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ main Main.cc:10:72: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:10:103: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc: At global scope: Main.cc:11:45: error: expected unqualified-id before ‘^’ token ^~~ ^ Main.cc: In function ‘int main()’: Main.cc:14:27: error: redefinition of ‘int main()’ using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:7:27: note: ‘int main()’ previously defined here using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:14:45: error: ‘cin’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ Main.cc:14:45: note: suggested alternative: ‘main’ using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ main Main.cc:14:72: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:14:103: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc: At global scope: Main.cc:15:72: error: expected unqualified-id before ‘^’ token ^~~~ ^ Main.cc: In function ‘int main()’: Main.cc:17:27: error: redefinition of ‘int main()’ using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:7:27: note: ‘int main()’ previously defined here using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:17:45: error: ‘cin’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ Main.cc:17:45: note: suggested alternative: ‘main’ using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ main Main.cc:17:72: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:17:103: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc: At global scope: Main.cc:18:103: error: expected unqualified-id before ‘^’ token ^~~~ ^ Main.cc: In function ‘int main()’: Main.cc:20:27: error: redefinition of ‘int main()’ using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:7:27: note: ‘int main()’ previously defined here using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:20:45: error: ‘cin’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ Main.cc:20:45: note: suggested alternative: ‘main’ using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~ main Main.cc:20:72: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc:20:103: error: ‘cout’ was not declared in this scope using namespace std; int main() { int a,b; cin>>a>>b; if(a==1&&b==1){ cout<<"a=b"; } if(a==1&&b==2){ cout<<"ab"; } } ^~~~ Main.cc: At global scope: Main.cc:21:134: error: expected unqualified-id before ‘^’ token ^~~~ ^