0_0_8479876_16163.cpp:51: error: redefinition of `int dp[105][105]'
0_0_8479876_16163.cpp:4: error: `int dp[105][105]' previously declared here
0_0_8479876_16163.cpp:52: error: redefinition of `int m'
0_0_8479876_16163.cpp:5: error: `int m' previously declared here
0_0_8479876_16163.cpp: In function `void z(int, int, int)':
0_0_8479876_16163.cpp:54: error: redefinition of `void z(int, int, int)'
0_0_8479876_16163.cpp:7: error: `void z(int, int, int)' previously defined here
0_0_8479876_16163.cpp: In function `int main()':
0_0_8479876_16163.cpp:64: error: redefinition of `int main()'
0_0_8479876_16163.cpp:17: error: `int main()' previously defined here
|