前言:说实话一开始看到这道题的时候,真的感觉一点思路也没有,但显然什么都不做尝试是没有结果的。于是我开始考虑如果要暴力枚举,会怎样呢,比如dfs,最多40个数,则有39个可插入位置,这全部位置枚举,一共插入6个,时间复杂度则是n^k,感觉有点极限,但可以骗到一点水数据的分(acm赛制当我没说)。突然我灵光一闪,动态规划是否能够写呢?
P8445 射命丸文的取材之旅 构造
P1433 吃奶酪 状态压缩dp 时间复杂度O(n^2*2^n)
P8482 Number 贪心 高精度 情况模拟
P8475 「GLR-R3」雨水 题目思路
hexo
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing