算法
文章平均质量分 81
aptx1255
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
9717 取数对弈(scauoj、dp动态规划)
9717 取数对弈(scauoj、dp动态规划)原创 2017-11-18 23:00:53 · 1049 阅读 · 1 评论 -
17089 最大m子段和(scauoj、dp动态规划)
17089 最大m子段和(scauoj、dp动态规划)原创 2017-11-19 17:14:32 · 769 阅读 · 0 评论 -
埃及分数问题
#include <iostream>#include <cstdio>#include <cstdlib>#include <cstring>using namespace std;typedef long long LL;const int maxn = 1000;LL ans[maxn],v[maxn];int maxd,kc...原创 2018-10-24 15:51:34 · 598 阅读 · 0 评论
分享