数据结构与算法MOOC / 第六章 树 练习题(Exercise for chapter6 trees)10:虫子的生活

数据结构与算法MOOC / 第六章 树 练习题(Exercise for chapter6 trees)10:虫子的生活 AC代码 解题思路 题目连接:http://dsalgo.openjudge.cn/tree/10/web AC代码 #include <cstdio> using namespace std; const int N = 2001; int prev[N], mem[N],
相关文章
相关标签/搜索