摘要: 题目 解法:循环往复 这是一个很巧妙的解法,我是从来都没见过 s=input()n=int(input())while n: ... 阅读全文
posted @ 2021-04-15 20:37 Zeker62 阅读(72) 评论(0) 推荐(0) 编辑