随笔分类 -  zoj

摘要:输出一条 LCIS 1 #include "bits/stdc++.h" 2 using namespace std; 3 int T; 4 int len1, len2; 5 int s1[510], s2[510]; 6 int dp[510][510]; 7 int choice[510][5... 阅读全文
posted @ 2015-07-17 20:29 AC_Phoenix 阅读(211) 评论(0) 推荐(0)