Run id: 112947

Main.cc: In function 'int main()':
Main.cc:5:13: warning: right operand of comma operator has no effect [-Wunused-value]
     cin>>a,b;
             ^
Main.cc:8:5: error: expected ';' before 'return'
     return 0;
     ^