0_0_23917526_23701.cpp:43:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_23917526_23701.cpp:43:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_23917526_23701.cpp:45:8: error: redefinition of 'struct maos'
struct maos
^
0_0_23917526_23701.cpp:3:8: error: previous definition of 'struct maos'
struct maos
^
0_0_23917526_23701.cpp:50:11: error: invalid type in declaration before ';' token
}mao[1005];
^
0_0_23917526_23701.cpp:50:11: error: conflicting declaration 'int mao [1005]'
0_0_23917526_23701.cpp:8:2: note: previous declaration as 'maos mao [1005]'
}mao[1005];
^
0_0_23917526_23701.cpp: In function 'bool cmp(maos, maos)':
0_0_23917526_23701.cpp:51:6: error: redefinition of 'bool cmp(maos, maos)'
bool cmp(maos x,maos y)
^
0_0_23917526_23701.cpp:9:6: note: 'bool cmp(maos, maos)' previously defined here
bool cmp(maos x,maos y)
^
0_0_23917526_23701.cpp: In function 'int main()':
0_0_23917526_23701.cpp:55:5: error: redefinition of 'int main()'
int main()
^
0_0_23917526_23701.cpp:13:5: note: 'int main()' previously defined here
int main()
^
|