events.cpp:67:2: error: stray '#' in program
67 | }#include <bits/stdc++.h>
| ^
events.cpp:67:3: error: 'include' does not name a type
67 | }#include <bits/stdc++.h>
| ^~~~~~~
events.cpp:70:11: error: redefinition of 'const int MAXN'
70 | const int MAXN=1e5;
| ^~~~
events.cpp:4:11: note: 'const int MAXN' previously defined here
4 | const int MAXN=1e5;
| ^~~~
events.cpp:72:5: error: redefinition of 'int n'
72 | int n;
| ^
events.cpp:6:5: note: 'int n' previously declared here
6 | int n;
| ^
events.cpp:73:5: error: redefinition of 'int l [100000]'
73 | int l[MAXN], r[MAXN];
| ^
events.cpp:7:5: note: 'int l [100000]' previously declared here
7 | int l[MAXN], r[MAXN];
| ^
events.cpp:73:14: error: redefinition of 'int r [100000]'
73 | int l[MAXN], r[MAXN];
| ^
events.cpp:7:14: note: 'int r [100000]' previously declared here
7 | int l[MAXN], r[MAXN];
| ^
events.cpp:75:6: error: redefinition of 'bool rcompare(int, int)'
75 | bool rcompare(int x, int y)
| ^~~~~~~~
events.cpp:9:6: note: 'bool rcompare(int, int)' previously defined here
9 | bool rcompare(int x, int y)
| ^~~~~~~~
events.cpp:83:5: error: redefinition of 'int main()'
83 | int main()
| ^~~~
events.cpp:17:5: note: 'int main()' previously defined here
17 | int main()
| ^~~~