Run id: 97639

Main.cc: In function 'int main()':
Main.cc:4:12: error: expected initializer before 'a'
  long lonj a,b;
            ^
Main.cc:5:7: error: 'a' was not declared in this scope
  cin>>a>>b;
       ^
Main.cc:5:10: error: 'b' was not declared in this scope
  cin>>a>>b;
          ^