Run id: 149329

Main.cc: In function 'int main()':
Main.cc:4:6: error: expected ';' before 'a'
  cin a=5 b=6;
      ^
Main.cc:4:13: warning: statement has no effect [-Wunused-value]
  cin a=5 b=6;
             ^
Main.cc:5:11: error: 'a' was not declared in this scope
     cout<