Run id: 119107

Main.cc:2:1: error: stray '\357' in program
 using namespace std;
 ^
Main.cc:2:1: error: stray '\274' in program
Main.cc:2:1: error: stray '\233' in program
Main.cc:3:1: error: expected ';' before 'int'
 int  main()
 ^
Main.cc: In function 'int main()':
Main.cc:6:13: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,b;
             ^
Main.cc:7:7: error: expected '(' before '{' token
     if{
       ^