Run id: 117737

Main.cc:19:2: warning: "/*" within comment [-Wcomment]
  /**cin>>n;
  ^
Main.cc: In function 'int main()':
Main.cc:122:3: error: 'sum' was not declared in this scope
   sum=0;
   ^
Main.cc: At global scope:
Main.cc:132:2: error: 'cout' does not name a type
  cout<