题目连接:
题意:给一个由()[]四种字符任意排列组成的字符串,求最长合法的不连续字串的长度。
分析:如果找到一对匹配的括号[xxx]oooo,就把区间分成两部分,一部分是xxx,一部分是ooo,然后以此递归直到区间长度为<=1.
#include#include #include #include #include #include #include #include #include #include #include #include
本文共 1081 字,大约阅读时间需要 3 分钟。
题目连接:
题意:给一个由()[]四种字符任意排列组成的字符串,求最长合法的不连续字串的长度。
分析:如果找到一对匹配的括号[xxx]oooo,就把区间分成两部分,一部分是xxx,一部分是ooo,然后以此递归直到区间长度为<=1.
#include#include #include #include #include #include #include #include #include #include #include #include
转载于:https://www.cnblogs.com/lienus/p/4266567.html