2011年5月23日
摘要: // 类似 2411 状态压缩 1 Source Code 2 3 Problem: 1185 User: eth1 4 Memory: 3452K Time: 297MS 5 Language: C++ Result: Accepted 6 Source Code 7 #include <iostream> 8 #include <cstring> 9 using namespace std;10 11 const int N = 1<<11;12 int dp[101][90][90];13 int graph[110];14 struct node15 阅读全文
posted @ 2011-05-23 22:11 eth0 阅读(181) 评论(0) 推荐(0) 编辑