M_2024
M_2024
全部文章
分类
归档
标签
去牛客网
登录
/
注册
M_2024的博客
全部文章
(共1篇)
题解 | 字符串挪移
from collections import deque # input: # paectc # # output: # accept # take input input_str = input().strip() L = len(input_str) input_l = [c for c...
2025-08-29
0
29