0_0_27904175_28137.cpp: In function 'int main()': 0_0_27904175_28137.cpp:17:32: error: 'A' was not declared in this scope dp[i][j] = min(dp[i-1][j] +A[i-1][j]*A[i][j], dp[i][j]); ^