Main.cc:6:12: error: stray ‘\357’ in program
int h=7;
^
Main.cc:6:13: error: stray ‘\274’ in program
int h=7;
^
Main.cc:6:14: error: stray ‘\233’ in program
int h=7;
^
Main.cc: In function ‘int main()’:
Main.cc:7:5: error: expected ‘,’ or ‘;’ before ‘int’
int m=59;
^~~
Main.cc:8:14: error: expected initializer before ‘<<’ token
int cout <