摘要:
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std; 10 11 int dp[3005][3005],num[100005],a[100005]; 12 13 int main() 1... 阅读全文
摘要:
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std; 10 11 int d[100005],a[100005]; 12 int len,i,k,n,m; 13 14 int binar... 阅读全文
摘要:
读题读了好久,其实就是在输入数据时要对数据的位置进行相应的改变 阅读全文
摘要:
裸最长公共子序列 阅读全文
摘要:
裸最长公共子序列 阅读全文
摘要:
大水题 阅读全文
摘要:
数论题,本质是求出n的最大质因子 阅读全文
摘要:
按照字典序输出最长公共子序列 阅读全文
摘要:
裸最长公共子序列,直接贴代码 阅读全文