Owl Get a Life
coinbag.cpp: In function ‘int32_t main()’:coinbag.cpp:21:35: error: expected ‘;’ before ‘else’ 21 | if (w[i] <= j) dp[i][j] = v[i] else dp[i][j] = 0; | ^~~~~ | ;