0_0_21831308_7585.cpp:53:2: error: stray '#' in program
}#include<cstdlib>
^
0_0_21831308_7585.cpp:53:3: error: 'include' does not name a type
}#include<cstdlib>
^
0_0_21831308_7585.cpp:77:11: error: redefinition of 'const int mxn'
const int mxn=2e5+10,modl=1e9+7;
^
0_0_21831308_7585.cpp:25:11: note: 'const int mxn' previously defined here
const int mxn=2e5+10,modl=1e9+7;
^
0_0_21831308_7585.cpp:77:22: error: redefinition of 'const int modl'
const int mxn=2e5+10,modl=1e9+7;
^
0_0_21831308_7585.cpp:25:22: note: 'const int modl' previously defined here
const int mxn=2e5+10,modl=1e9+7;
^
0_0_21831308_7585.cpp:78:5: error: redefinition of 'int n'
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:26:5: note: 'int n' previously declared here
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:78:7: error: redefinition of 'int m'
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:26:7: note: 'int m' previously declared here
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:78:9: error: redefinition of 'int nm'
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:26:9: note: 'int nm' previously declared here
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:78:12: error: redefinition of 'int p'
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:26:12: note: 'int p' previously declared here
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:78:14: error: redefinition of 'int ans'
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:26:14: note: 'int ans' previously declared here
int n,m,nm,p,ans;
^
0_0_21831308_7585.cpp:79:11: error: redefinition of 'bool h [200010]'
bool h[mxn];
^
0_0_21831308_7585.cpp:27:6: note: 'bool h [200010]' previously declared here
bool h[mxn];
^
0_0_21831308_7585.cpp:80:10: error: redefinition of 'int x [200010]'
int x[mxn],y[mxn];
^
0_0_21831308_7585.cpp:28:5: note: 'int x [200010]' previously declared here
int x[mxn],y[mxn];
^
0_0_21831308_7585.cpp:80:17: error: redefinition of 'int y [200010]'
int x[mxn],y[mxn];
^
0_0_21831308_7585.cpp:28:12: note: 'int y [200010]' previously declared here
int x[mxn],y[mxn];
^
0_0_21831308_7585.cpp: In function 'int main()':
0_0_21831308_7585.cpp:81:5: error: redefinition of 'int main()'
int main(){
^
0_0_21831308_7585.cpp:29:5: note: 'int main()' previously defined here
int main(){
^
|