运行 ID: 51491

Main.cc:20:2: error: stray ‘#’ in program
 }#include 
  ^
Main.cc: In function ‘int main()’:
Main.cc:9:5: error: expected ‘,’ or ‘;’ before ‘for’
     for (int i = 0; i < n; i++) { 
     ^~~
Main.cc:9:21: error: ‘i’ was not declared in this scope
     for (int i = 0; i < n; i++) { 
                     ^
Main.cc: At global scope:
Main.cc:20:3: error: ‘include’ does not name a type
 }#include 
   ^~~~~~~
Main.cc: In function ‘int main()’:
Main.cc:23:5: error: redefinition of ‘int main()’
 int main() {
     ^~~~
Main.cc:4:5: note: ‘int main()’ previously defined here
 int main() {
     ^~~~