摘要: 状态机的特点:描述的是过程,而不是结果。将一个点扩展成一个过程 1049. 大盗阿福 DP考虑方式: 用状态机思想考虑: #include <iostream> #include <cstring> #include <algorithm> using namespace std; const in 阅读全文
posted @ 2022-05-27 23:19 安河桥北i 阅读(46) 评论(0) 推荐(0)