梦洛霜
梦洛霜
全部文章
分类
归档
标签
去牛客网
登录
/
注册
梦洛霜的博客
全部文章
(共1篇)
题解 | 字符串解密
import sys s=sys.stdin.readline().strip() result_list=[] start=0 count=1 org_len=len(s) residue_len=len(s) while(True): if count<=residue_len: ...
2025-11-27
0
8