P1233 木棍加工 题目链接:https://www.luogu.org/problem/P1233参考博客:题解区第二个#include <bits/stdc++.h>using namespace std;const int maxn=5e3+1;int n,sum,temp;struct thing{ int lo,wi;}t[maxn];bo...
<bits/stdc++.h>using...
三种,种高度为20,且比前一棵树高5:第四种,种高度为...
//参考洛谷题解区第一个//https://www.luogu.org/problemnew/solution/P1091//考点核心步骤,dp求最
//本题参考题解区第一位//https://www.luogu.org/problemnew/solution/P1279//dp[i-1][j-1]表示字符串a前i-1位,与字符串b前j-1位的最优解,就是最小距离//那么当a和b各加上一位后,只把焦点盯在a和b的最后一位所对应的字符//那么有以下三种情况//1,a的最后一位对应为空dp[i-1][j]+k//2,b的最后一位对应..
//dp解法//ac状态//参考题解区,第二个人的思路//https://www.luogu.org/problemnew/soluti
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号