随笔分类 -  记忆化

摘要:problemsolutioncodes//f[i][j]:以(i,j)为终点的最长路是是多少//f[i][j] = f(它四周的比他高的方块的最长路)+1#include#includeusing namespace std;const int maxn = 110... 阅读全文
posted @ 2018-05-26 22:11 gwj1139177410 阅读(124) 评论(0) 推荐(0)

选择