2012年7月25日
摘要: 坑爹!首先吐槽下,错了一个符号调试了我一个晚上!!然后想说DP方程有时候真不容易想出来…………下面贴出代码,以作纪念。View Code 1 /*{ 2 ID:jzy3209981 3 PROG:nocows 4 LANG:C++ 5 }*/ 6 #include<stdio.h> 7 #include<iostream> 8 #include<string.h> 9 #include<math.h>10 using namespace std;11 12 int kind[200][100];13 int work(int n,int h)14 阅读全文
posted @ 2012-07-25 21:27 醉春雨 阅读(210) 评论(0) 推荐(0)