Run id: 148056

Main.cc:1:2: error: invalid preprocessing directive #includ
 #includ
  ^
Main.cc:2:7: error: expected nested-name-specifier before 'namespacee'
 using namespacee std;
       ^
Main.cc: In function 'int main()':
Main.cc:6:5: error: 'cin' was not declared in this scope
     cin>>n;
     ^
Main.cc:8:9: error: 'cout' was not declared in this scope
         cout<<9986<