公共字串计算(最长公共子串/序列)C++

题目 描述 题目标题: 计算两个字符串的最大公共字串的长度,字符不区分大小写html 输入 输入两个字符串ios 输出 输出一个整数web 样例输入 asdfas werasdfaswer数组 样例输出 6svg 思路 暴力求解 此题用cin便可ui 代码 #include <iostream> #include <string> using namespace std; int Maxsubst
相关文章
相关标签/搜索