Run id: 112308

Main.cc: In function 'int main()':
Main.cc:4:14: error: expected initializer before 'is'
  int a,b,sum is;
              ^
Main.cc:7:2: error: 's' was not declared in this scope
  s=a+b;
  ^
Main.cc:8:8: error: 'sum' was not declared in this scope
  cout<