Run id: 153364

Main.cc:1:2: error: invalid preprocessing directive #inculde
 #inculde
  ^
Main.cc: In function 'int main()':
Main.cc:6:5: error: 'cin' was not declared in this scope
     cin>>n;
     ^
Main.cc:15:9: error: 'cout' was not declared in this scope
         cout << sum << endl;
         ^
Main.cc:15:24: error: 'endl' was not declared in this scope
         cout << sum << endl;
                        ^