3059: 开餐馆 DP DP DP DP 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int t,n,k,m[110],p[110],dp[1100]; int…… 题解列表 2024年12月17日 0 点赞 0 评论 117 浏览 评分:0.0
3059: 开餐馆DP 摘要:解题思路:f[i] 表示包含i点的最大利润注意事项:参考代码:#include<iostream> #include<algorithm> #include<cstring> #include<…… 题解列表 2024年04月30日 0 点赞 0 评论 131 浏览 评分:9.9