摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1337 1 #include 2 #include 3 #define maxn 200 4 using namespace std; 5 int main() 6 { 7 int t; 8 i... 阅读全文
摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=1520 1 #include 2 #include 3 #include 4 #include 5 #define maxn 7000 6 using namespace std; 7 8 int dp[... 阅读全文