题解 | #密码截取#运行速度慢,哪位大神帮忙优化一下

https://www.nowcoder.com/practice/3cd4621963e8454594f00199f4536bb1

st = input()
a = []
for i in range(len(st)):
    for j in  range(len(st)):
        if j >= i:
            if st[i:j+1] == st[i:j+1][::-1]:
                a.append(len(st[i:j+1]))
print(max(a))

全部评论

相关推荐

11-08 13:58
门头沟学院 Java
程序员小白条:竟然是蓝桥杯人才doge,还要花钱申领的offer,这么好的公司哪里去找
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务