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