0_0_17448471_2091.cpp:41:19: error: redefinition of 'long long int x [500010]'
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp:4:11: note: 'long long int x [500010]' previously declared here
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp:41:30: error: redefinition of 'long long int y [500010]'
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp:4:22: note: 'long long int y [500010]' previously declared here
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp:41:41: error: redefinition of 'long long int q [500010]'
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp:4:33: note: 'long long int q [500010]' previously declared here
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp:41:52: error: redefinition of 'long long int f [500010]'
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp:4:44: note: 'long long int f [500010]' previously declared here
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp:41:63: error: redefinition of 'long long int s [500010]'
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp:4:55: note: 'long long int s [500010]' previously declared here
long long x[500010], y[500010], q[500010], f[500010], s[500010];
^
0_0_17448471_2091.cpp: In function 'int main()':
0_0_17448471_2091.cpp:42:5: error: redefinition of 'int main()'
int main() {
^
0_0_17448471_2091.cpp:5:5: note: 'int main()' previously defined here
int main() {
^
|