844142_0_0_17310.cpp:59: error: redefinition of `const int MAX'
844142_0_0_17310.cpp:7: error: `const int MAX' previously defined here
844142_0_0_17310.cpp:60: error: redefinition of `int m'
844142_0_0_17310.cpp:8: error: `int m' previously declared here
844142_0_0_17310.cpp:60: error: redefinition of `int n'
844142_0_0_17310.cpp:8: error: `int n' previously declared here
844142_0_0_17310.cpp:61: error: redefinition of `int d[1000010]'
844142_0_0_17310.cpp:9: error: `int d[1000010]' previously declared here
844142_0_0_17310.cpp:62: error: redefinition of `i64 dp[1000010]'
844142_0_0_17310.cpp:10: error: `i64 dp[1000010]' previously declared here
844142_0_0_17310.cpp:63: error: redefinition of `i64 dp2[1000010]'
844142_0_0_17310.cpp:11: error: `i64 dp2[1000010]' previously declared here
844142_0_0_17310.cpp: In function `void Solve()':
844142_0_0_17310.cpp:68: error: redefinition of `void Solve()'
844142_0_0_17310.cpp:16: error: `void Solve()' previously defined here
844142_0_0_17310.cpp: In function `int main()':
844142_0_0_17310.cpp:86: error: redefinition of `int main()'
844142_0_0_17310.cpp:34: error: `int main()' previously defined here
|