Run id: 95624

Main.cc: In function 'int main()':
Main.cc:5:9: error: expected unqualified-id before '<<' token
     int << a,b;
         ^
Main.cc:6:11: error: 'a' was not declared in this scope
     cout>>a*b>>endl;
           ^
Main.cc:6:13: error: 'b' was not declared in this scope
     cout>>a*b>>endl;
             ^