0_0_33560393_2927.cpp:108:10: error: redefinition of 'const ll mod'
const ll mod=1e9+9;
^
0_0_33560393_2927.cpp:16:10: note: 'const ll mod' previously defined here
const ll mod=1e9+9;
^
0_0_33560393_2927.cpp:109:10: error: redefinition of 'const ll inf'
const ll inf=999999999999999;
^
0_0_33560393_2927.cpp:17:10: note: 'const ll inf' previously defined here
const ll inf=999999999999999;
^
0_0_33560393_2927.cpp:110:14: error: redefinition of 'ull l [2000003]'
ull l[2000003],a,b,c;
^
0_0_33560393_2927.cpp:18:5: note: 'ull l [2000003]' previously declared here
ull l[2000003],a,b,c;
^
0_0_33560393_2927.cpp:110:16: error: redefinition of 'ull a'
ull l[2000003],a,b,c;
^
0_0_33560393_2927.cpp:18:16: note: 'ull a' previously declared here
ull l[2000003],a,b,c;
^
0_0_33560393_2927.cpp:110:18: error: redefinition of 'ull b'
ull l[2000003],a,b,c;
^
0_0_33560393_2927.cpp:18:18: note: 'ull b' previously declared here
ull l[2000003],a,b,c;
^
0_0_33560393_2927.cpp:110:20: error: redefinition of 'ull c'
ull l[2000003],a,b,c;
^
0_0_33560393_2927.cpp:18:20: note: 'ull c' previously declared here
ull l[2000003],a,b,c;
^
0_0_33560393_2927.cpp:111:5: error: redefinition of 'int t'
int t;
^
0_0_33560393_2927.cpp:19:5: note: 'int t' previously declared here
int t;
^
0_0_33560393_2927.cpp: In function 'int main()':
0_0_33560393_2927.cpp:112:5: error: redefinition of 'int main()'
int main (){
^
0_0_33560393_2927.cpp:20:5: note: 'int main()' previously defined here
int main (){
^
|