0_0_33760873_3661.cpp:117:2: error: stray '#' in program
}#include<bits/stdc++.h>
^
0_0_33760873_3661.cpp:117:3: error: 'include' does not name a type
}#include<bits/stdc++.h>
^
0_0_33760873_3661.cpp:120:11: error: redefinition of 'const int N'
const int N = 1e5 + 5;
^
0_0_33760873_3661.cpp:4:11: note: 'const int N' previously defined here
const int N = 1e5 + 5;
^
0_0_33760873_3661.cpp:121:9: error: redefinition of 'll re1 [100005]'
ll re1[N],re2[N];
^
0_0_33760873_3661.cpp:5:4: note: 'll re1 [100005]' previously declared here
ll re1[N],re2[N];
^
0_0_33760873_3661.cpp:121:16: error: redefinition of 'll re2 [100005]'
ll re1[N],re2[N];
^
0_0_33760873_3661.cpp:5:11: note: 'll re2 [100005]' previously declared here
ll re1[N],re2[N];
^
0_0_33760873_3661.cpp:122:9: error: redefinition of 'll po1 [100005]'
ll po1[N],po2[N];//Õý
^
0_0_33760873_3661.cpp:6:4: note: 'll po1 [100005]' previously declared here
ll po1[N],po2[N];//Õý
^
0_0_33760873_3661.cpp:122:16: error: redefinition of 'll po2 [100005]'
ll po1[N],po2[N];//Õý
^
0_0_33760873_3661.cpp:6:11: note: 'll po2 [100005]' previously declared here
ll po1[N],po2[N];//Õý
^
0_0_33760873_3661.cpp:123:7: error: redefinition of 'll x [100005]'
ll x[N],y[N];
^
0_0_33760873_3661.cpp:7:4: note: 'll x [100005]' previously declared here
ll x[N],y[N];
^
0_0_33760873_3661.cpp:123:12: error: redefinition of 'll y [100005]'
ll x[N],y[N];
^
0_0_33760873_3661.cpp:7:9: note: 'll y [100005]' previously declared here
ll x[N],y[N];
^
0_0_33760873_3661.cpp: In function 'int main()':
0_0_33760873_3661.cpp:125:5: error: redefinition of 'int main()'
int main() {
^
0_0_33760873_3661.cpp:9:5: note: 'int main()' previously defined here
int main() {
^
|