运行 ID: 136613

Main.cc:32:2: error: stray ‘#’ in program
 }#include
  ^
Main.cc:32:3: error: ‘include’ does not name a type
 }#include
   ^~~~~~~
Main.cc:34:8: error: redefinition of ‘struct P’
 struct P{
        ^
Main.cc:3:8: note: previous definition of ‘struct P’
 struct P{
        ^
Main.cc:37:11: error: conflicting declaration ‘int a [1000005]’
 }a[1000005];
           ^
Main.cc:6:2: note: previous declaration as ‘P a [1000005]’
 }a[1000005];
  ^
Main.cc: In function ‘bool cmp(P, P)’:
Main.cc:38:6: error: redefinition of ‘bool cmp(P, P)’
 bool cmp(P s1,P s2){
      ^~~
Main.cc:7:6: note: ‘bool cmp(P, P)’ previously defined here
 bool cmp(P s1,P s2){
      ^~~
Main.cc: In function ‘int main()’:
Main.cc:41:5: error: redefinition of ‘int main()’
 int main(){
     ^~~~
Main.cc:10:5: note: ‘int main()’ previously defined here
 int main(){
     ^~~~