运行 ID: 73585

Main.cc:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
 #inlcude
  ^~~~~~~
  include
Main.cc:2:7: error: expected nested-name-specifier before ‘namepsace’
 using namepsace std;
       ^~~~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:7:5: error: ‘cin’ was not declared in this scope
     cin>>N;
     ^~~
Main.cc:7:5: note: suggested alternative: ‘main’
     cin>>N;
     ^~~
     main
Main.cc:12:9: error: ‘cout’ was not declared in this scope
         cout<