摘要: http://poj.org/problem?id=362801背包 1 #include 2 #include 3 #include 4 #include 5 #define maxn 21 6 #define ll long long 7 using namespace std; 8 ... 阅读全文
posted @ 2014-09-23 18:51 null1019 阅读(101) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/problemset/problem/378/C 1 #include 2 #include 3 #include 4 #define maxn 550 5 using namespace std; 6 7 int n,m,k; 8 char g[... 阅读全文
posted @ 2014-09-23 18:27 null1019 阅读(126) 评论(0) 推荐(0) 编辑