Run id: 98365

Main.cc: In function 'int main()':
Main.cc:5:13: error: expected ',' or ';' before 'b'
     int a=1 b=2;
             ^
Main.cc:6:17: error: 'b' was not declared in this scope
     cin >> a >> b;
                 ^