随笔分类 -  状态压缩

摘要:POJ 3253 Fence RepairSTL堆操作我想说,STL里堆是我目前见到最蛋疼的操作。#include #include #include #include #include #include #include #include #include #include #include #d... 阅读全文
posted @ 2014-09-04 12:46 Estimator 阅读(342) 评论(0) 推荐(0)
摘要:Our happy endingTime Limit: 6000/3000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 570Accepted Submission(s): 183Pr... 阅读全文
posted @ 2014-08-02 17:03 Estimator 阅读(206) 评论(0) 推荐(0)
摘要:Little Pony and Harmony Chest经典状态压缩dp#include #include #include #include #define min(x,y) (x>y?y:x)using namespace std;int factor[30],all,n,a[105],b[1... 阅读全文
posted @ 2014-08-02 13:27 Estimator 阅读(339) 评论(0) 推荐(0)