布丁是只修猫
布丁是只修猫
全部文章
分类
归档
标签
去牛客网
登录
/
注册
布丁是只修猫的博客
全部文章
(共1篇)
题解 | 小红的双生串
import sys from collections import Counter input_str = str(sys.stdin.readline().strip()) s_len = len(input_str) first_part = input_str[:s_len//2] se...
2025-08-10
0
17