摘要: ``` n = input() pre="" next_str = "" new_str = "" for i in range(int(n)): cur = input() if pre=="" and next_str=="": pre = cur #第一次 new_str = cur else: next_str = cur min_len=min(len(next_str),len(pre 阅读全文
posted @ 2019-10-19 22:25 公众号python学习开发 阅读(120) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2018.cnblogs.com/blog/736399/201910/736399-20191019102243853-1976162366.jpg) ![](https://img2018.cnblogs.com/blog/736399/201910/736399-20191019102946628-1923247792.jpg) ![](https://img2... 阅读全文
posted @ 2019-10-19 10:23 公众号python学习开发 阅读(154) 评论(0) 推荐(0) 编辑