Jackiesteed

www.github.com/jackiesteed

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年7月20日

摘要: POJ_1093源程序:View Code 1 //反向DP 2 #include <iostream> 3 #include <fstream> 4 #include <algorithm> 5 #include <cstring> 6 #include <cmath> 7 #include <climits> 8 9 10 11 12 using namespace std; 13 14 const int INF = INT_MAX; 15 16 char str[11000][100]; 17 int dp[110 阅读全文
posted @ 2011-07-20 20:35 Jackiesteed 阅读(185) 评论(0) 推荐(1) 编辑