Run id: 7296

Main.cc:5:5: error: stray '\357' in program
     int y,z=0;
     ^
Main.cc:5:5: error: stray '\274' in program
Main.cc:5:5: error: stray '\214' in program
Main.cc: In function 'int main()':
Main.cc:5:13: error: expected initializer before 'z'
     int y,z=0;
             ^
Main.cc:6:10: error: 'y' was not declared in this scope
     cin>>y;
          ^
Main.cc:9:13: error: 'z' was not declared in this scope
             z+1;
             ^
Main.cc:13:13: error: 'z' was not declared in this scope
             z+1;
             ^
Main.cc:16:11: error: 'z' was not declared in this scope
     cout<z<<endl;
           ^
Main.cc:18:1: error: expected '}' at end of input
 }
 ^