随笔分类 -  poj

1753 Flip Game
摘要:#include#include#include#includeusing namespace std;int pieces[10][10];int ans[16];int res[4][4];int Min=1000000;const int INF=1=0) res... 阅读全文

posted @ 2014-08-03 14:01 varcom 阅读(4813) 评论(0) 推荐(0)

POJ题目分类
摘要:转:http://www.cnblogs.com/kuangbin/archive/2011/07/29/2120667.html初期:一.基本算法: (1)枚举. (poj1753,poj2965) (2)贪心(poj1328,poj2109,poj2586) (3)递归和分治法. (4)递推. ... 阅读全文

posted @ 2014-07-28 15:08 varcom 阅读(141) 评论(0) 推荐(0)