HUNNU 11313 最长公共子序列(LCS)
摘要:
题目:http://acm.hunnu.edu.cn/online/?action=problem&type=show&id=11313 1 #include 2 #include 3 #include 4 using namespace std; 5 const int maxn=200+10; ... 阅读全文
posted @ 2015-01-23 19:23 TopCoder 阅读(145) 评论(0) 推荐(0) 编辑