#

01背包问题

  • DP-01背包问题

    思路:dp[i][j]表示的是前i个物品背包所能容纳不超过bagw的最大价值. #include using namespace std; const int maxn

    作者:wx5d3c7e0ad6c30
    2020-08-02 02:52:12