0_0_14530371_13049.cpp:8:24: error: size of array 'dp' has non-integral type 'double' long long dp[MAXNUM][10]; ^ 0_0_14530371_13049.cpp:9:12: error: size of array 'c' has non-integral type 'double' ll c[MAXNUM]; ^