Run id: 110549

Main.cc: In function 'int main()':
Main.cc:8:8: error: expected unqualified-id before ',' token
     int,x,a,b,c;
        ^
Main.cc:9:9: warning: left operand of comma operator has no effect [-Wunused-value]
     cin,x;
         ^
Main.cc:9:10: warning: right operand of comma operator has no effect [-Wunused-value]
     cin,x;
          ^
Main.cc:13:5: error: expected ';' before 'cout'
     cout<