Run id: 104368

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