Main.cc:2:20: error: stray ‘\357’ in program using namespace std; ^ Main.cc:2:21: error: stray ‘\274’ in program using namespace std; ^ Main.cc:2:22: error: stray ‘\233’ in program using namespace std; ^ Main.cc:2:20: error: expected ‘;’ before ‘int’ using namespace std; ^ ; int main() { ~~~ Main.cc: In function ‘int main()’: Main.cc:4:10: error: ‘x’ was not declared in this scope cin>>x,y; ^ Main.cc:4:12: error: ‘y’ was not declared in this scope cin>>x,y; ^ Main.cc:5:12: error: expected ‘)’ before numeric constant if(1000 100 >) ~ ^~~~ ) Main.cc:8:5: error: ‘reames’ was not declared in this scope reames 0; ^~~~~~ Main.cc:8:5: note: suggested alternative: ‘rename’ reames 0; ^~~~~~ rename