0_0_21251297_17519.cpp:78:2: error: stray '#' in program
}#include<iostream>
^
0_0_21251297_17519.cpp:78:3: error: 'include' does not name a type
}#include<iostream>
^
0_0_21251297_17519.cpp:97:11: error: redefinition of 'const int maxn'
const int maxn = 1e5 + 10 ;
^
0_0_21251297_17519.cpp:20:11: note: 'const int maxn' previously defined here
const int maxn = 1e5 + 10 ;
^
0_0_21251297_17519.cpp:100:13: error: redefinition of 'll disl [100010]'
ll disl[maxn] , disr[maxn] , lft[maxn] , rght[maxn];
^
0_0_21251297_17519.cpp:23:4: note: 'll disl [100010]' previously declared here
ll disl[maxn] , disr[maxn] , lft[maxn] , rght[maxn];
^
0_0_21251297_17519.cpp:100:26: error: redefinition of 'll disr [100010]'
ll disl[maxn] , disr[maxn] , lft[maxn] , rght[maxn];
^
0_0_21251297_17519.cpp:23:17: note: 'll disr [100010]' previously declared here
ll disl[maxn] , disr[maxn] , lft[maxn] , rght[maxn];
^
0_0_21251297_17519.cpp:100:38: error: redefinition of 'll lft [100010]'
ll disl[maxn] , disr[maxn] , lft[maxn] , rght[maxn];
^
0_0_21251297_17519.cpp:23:30: note: 'll lft [100010]' previously declared here
ll disl[maxn] , disr[maxn] , lft[maxn] , rght[maxn];
^
0_0_21251297_17519.cpp:100:51: error: redefinition of 'll rght [100010]'
ll disl[maxn] , disr[maxn] , lft[maxn] , rght[maxn];
^
0_0_21251297_17519.cpp:23:42: note: 'll rght [100010]' previously declared here
ll disl[maxn] , disr[maxn] , lft[maxn] , rght[maxn];
^
0_0_21251297_17519.cpp: In function 'void ini()':
0_0_21251297_17519.cpp:103:6: error: redefinition of 'void ini()'
void ini(){
^
0_0_21251297_17519.cpp:26:6: note: 'void ini()' previously defined here
void ini(){
^
0_0_21251297_17519.cpp: In function 'int main()':
0_0_21251297_17519.cpp:107:5: error: redefinition of 'int main()'
int main(){
^
0_0_21251297_17519.cpp:30:5: note: 'int main()' previously defined here
int main(){
^
|