數據結構與算法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],
相關文章
相關標籤/搜索