0_0_23180299_22515.cpp:50:22: error: redefinition of 'double dp [2][205][105]'
double dp[2][205][105];
^
0_0_23180299_22515.cpp:4:8: note: 'double dp [2][205][105]' previously declared here
double dp[2][205][105];
^
0_0_23180299_22515.cpp: In function 'int main()':
0_0_23180299_22515.cpp:51:5: error: redefinition of 'int main()'
int main()
^
0_0_23180299_22515.cpp:5:5: note: 'int main()' previously defined here
int main()
^
|