摘要: //GCIS 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "algorithm" 5 using namespace std; 6 int dp[510], Max; 7 int s1[510],... 阅读全文
posted @ 2015-02-22 17:09 AC_Phoenix 阅读(169) 评论(0) 推荐(0)