2016年8月10日

light oj 1071 dp(吃金币升级版)

摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define ll long long 7 8 using namespace std; 9 const int N = 1e5+1000; 10 11 int dp[105*2][105][105]; 12 int maze[105][105]; ... 阅读全文

posted @ 2016-08-10 14:40 鱼泪儿 阅读(136) 评论(0) 推荐(0) 编辑

导航