Run id: 149331

Main.cc: In function 'int main()':
Main.cc:4:10: error: expected ',' or ';' before 'b'
  int a=2 b=3;
          ^
Main.cc:5:13: error: 'b' was not declared in this scope
     cout<