0_0_31332209_19408.cpp:38:11: error: redefinition of 'const int maxx'
const int maxx=50000+10;
^
0_0_31332209_19408.cpp:4:11: note: 'const int maxx' previously defined here
const int maxx=50000+10;
^
0_0_31332209_19408.cpp:39:13: error: redefinition of 'int ans [50010]'
int ans[maxx];
^
0_0_31332209_19408.cpp:5:5: note: 'int ans [50010]' previously declared here
int ans[maxx];
^
0_0_31332209_19408.cpp: In function 'int main()':
0_0_31332209_19408.cpp:40:5: error: redefinition of 'int main()'
int main(){
^
0_0_31332209_19408.cpp:6:5: note: 'int main()' previously defined here
int main(){
^
|