Main.cc:5:3: error: stray '\357' in program
int i,t;
^
Main.cc:5:3: error: stray '\274' in program
Main.cc:5:3: error: stray '\214' in program
Main.cc: In function 'int main()':
Main.cc:5:11: error: expected initializer before 't'
int i,t;
^
Main.cc:7:8: error: 't' was not declared in this scope
cin>>t;
^
Main.cc:11:4: error: 'i' was not declared in this scope
i=0;
^