
第七章 贪心算法题
woniupengpeng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
POJ 1083 Moving Tables 已被翻译
转载 2016-12-05 19:11:16 · 339 阅读 · 0 评论 -
POJ 1065 Wooden Sticks G++
#include <iostream> #include <vector> #include <algorithm> using namespace std; //谢谢写书的老师 struct sj{ int x; int y; int bj; }; bool cmp(struct sj a,struct sj b) { if(a.x==b....原创 2016-12-05 19:05:18 · 240 阅读 · 0 评论