0_0_17202535_2088.cpp:48:2: error: stray '#' in program
}#include <stdio.h>
^
0_0_17202535_2088.cpp:48:3: error: 'include' does not name a type
}#include <stdio.h>
^
0_0_17202535_2088.cpp:55:7: error: redefinition of 'long long int a [20005]'
ll a[L],b[L],c[L];
^
0_0_17202535_2088.cpp:8:4: note: 'long long int a [20005]' previously declared here
ll a[L],b[L],c[L],l,r,n;
^
0_0_17202535_2088.cpp:55:12: error: redefinition of 'long long int b [20005]'
ll a[L],b[L],c[L];
^
0_0_17202535_2088.cpp:8:9: note: 'long long int b [20005]' previously declared here
ll a[L],b[L],c[L],l,r,n;
^
0_0_17202535_2088.cpp:55:17: error: redefinition of 'long long int c [20005]'
ll a[L],b[L],c[L];
^
0_0_17202535_2088.cpp:8:14: note: 'long long int c [20005]' previously declared here
ll a[L],b[L],c[L],l,r,n;
^
0_0_17202535_2088.cpp: In function 'int main()':
0_0_17202535_2088.cpp:57:5: error: redefinition of 'int main()'
int main()
^
0_0_17202535_2088.cpp:23:5: note: 'int main()' previously defined here
int main()
^
|