0_0_9986245_5032.cpp:64: error: redefinition of `long long int dp[61][3]'
0_0_9986245_5032.cpp:6: error: `long long int dp[61][3]' previously declared here
0_0_9986245_5032.cpp:65: error: redefinition of `int a[61]'
0_0_9986245_5032.cpp:7: error: `int a[61]' previously declared here
0_0_9986245_5032.cpp: In function `void init()':
0_0_9986245_5032.cpp:67: error: redefinition of `void init()'
0_0_9986245_5032.cpp:9: error: `void init()' previously defined here
0_0_9986245_5032.cpp: In function `long long int fun(long long int)':
0_0_9986245_5032.cpp:80: error: redefinition of `long long int fun(long long int)'
0_0_9986245_5032.cpp:22: error: `long long int fun(long long int)' previously defined here
0_0_9986245_5032.cpp: In function `int main()':
0_0_9986245_5032.cpp:104: error: redefinition of `int main()'
0_0_9986245_5032.cpp:46: error: `int main()' previously defined here
|