最长公共上升子序列 题目 提交记录 讨论 题解 视频讲解 熊大妈的奶牛在小沐沐的熏陶下开始研究信息题目。 小沐沐先让奶牛研究了最长上升子序列,再让他们研究了最长公共子序列,现在又让他们研究最长公共上升子序列了。 小沐沐说,对于两个数列A和B,如果它们都包含一段位置不一定连续的数,且数值是严格递增的, Read More
posted @ 2019-08-12 22:21 厂长在线养猪 Views(188) Comments(0) Diggs(0) Edit
1 #include <iostream> 2 #include <cstring> 3 #include <algorithm> 4 #include <cstdio> 5 #include <vector> 6 using namespace std; 7 8 typedef long long Read More
posted @ 2019-08-12 20:48 厂长在线养猪 Views(98) Comments(0) Diggs(0) Edit
3847: Mowing the Lawn 时间限制(普通/Java):1000MS/3000MS 内存限制:65536KByte总提交: 97 测试通过:32 描述 After winning the annual town competition for best lawn a year ago Read More
posted @ 2019-08-12 10:35 厂长在线养猪 Views(330) Comments(0) Diggs(0) Edit