题解 | #密码截取#

密码截取

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

import sys

 
while 1:
    try:
        date=input()
       
        n=len(date)
        l=[]
        for i in range(n-1):            
            for x in range(n-1,0,-1):             
                if date[i]==date[x]:                                                  
                    if date[i:x+1]==date[i:x+1][::-1]:
                        l.append(len(date[i:x+1]))
                    else:
                        continue
                else:
                    continue
       
        print(sorted(l,reverse=True)[0])
    except:
        break

全部评论

相关推荐

11-28 17:58
门头沟学院 Java
美团 JAVA开发 n×15.5
牛客786276759号:百度现在晋升很难的 而且云这块的业务没美团好 你看百度股价都跌成啥样了
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务