首页 > TAG信息列表 > Bubu
简易的Git命令行入门教程
Git 全局设置: git config --global user.name "Nemo_bubu" git config --global user.email "7398267+nemo_bubu@user.noreply.gitee.com" 创建 git 仓库: mkdir lianxi2 cd lianxi2 git init touch README.md git add README.md git commit -m "fiUVA12235 Help Bubu 题解
题目链接 题目 Bubu’s bookshelf is in a mess! Help him! There are nbooks on his bookshelf. We define the mess value to be the number of segments of consecutive equal-height books. For example, if the book heights are 30, 30, 31, 31, 32, the mess value is 3, tjzoj 3853. 帮助Bsny(help)(或帮助Bubu)
原题,以前做过。 但已经不会了。(所以现在回来补题解了) 设\(f[i][j][k][s]\)表示到第\(i\)本,抽出了\(j\)本,然后最后一本为类型\(k\),前面已有本子的二进制状态为\(s\)的最小混乱值。 转移显然,求答案的时候看看当前状态如果有的类型本子没有出现(设有\(x\)本),那么答案要多加\(x\)。(因为10.4 Help Bubu
题意 Bubu的书架上有\(N\)本书。定义混乱值为连续相同高度书本的段数 你可以取出至多\(K\)本书并把它们插入到书架的任意个位置。请最小化最后书架的混乱度并输出 \(N\leq 500,K\leq 100\),书的高度在\(25\)到\(32\)之间