Run id: 137663

Main.cc:1:2: error: invalid preprocessing directive #inciude
 #inciude
  ^
Main.cc:2:19: error: expected identifier before 'int'
  using  namespace int;
                   ^
Main.cc:2:19: error: expected ';' before 'int'
Main.cc:2:19: error: declaration does not declare anything [-fpermissive]
Main.cc:3:2: error: 'ing' does not name a type
  ing main()
  ^