0_0_12349806_19705.cpp:70: error: redefinition of `const int maxn'
0_0_12349806_19705.cpp:6: error: `const int maxn' previously defined here
0_0_12349806_19705.cpp:71: error: redefinition of `int sum[1048580]'
0_0_12349806_19705.cpp:7: error: `int sum[1048580]' previously declared here
0_0_12349806_19705.cpp: In function `void Pushup(int)':
0_0_12349806_19705.cpp:73: error: redefinition of `void Pushup(int)'
0_0_12349806_19705.cpp:9: error: `void Pushup(int)' previously defined here
0_0_12349806_19705.cpp: In function `void build(int, int, int)':
0_0_12349806_19705.cpp:77: error: redefinition of `void build(int, int, int)'
0_0_12349806_19705.cpp:13: error: `void build(int, int, int)' previously defined here
0_0_12349806_19705.cpp: In function `void fin(int, long long int&, int, int, int)':
0_0_12349806_19705.cpp:90: error: redefinition of `void fin(int, long long int&, int, int, int)'
0_0_12349806_19705.cpp:26: error: `void fin(int, long long int&, int, int, int)' previously defined here
0_0_12349806_19705.cpp: In function `int main()':
0_0_12349806_19705.cpp:103: error: redefinition of `int main()'
0_0_12349806_19705.cpp:39: error: `int main()' previously defined here
|