普及- 字符串的展开
p1,p2,p3 = map(int,input().split()) s = input() res = "" i = 0 for i in range(len(s)) : if s[i] != "-" : res += s[i] elif i > 0 and i < len(s)-1 and \ ((s[i-1].isdigit()…
111
1111
11
111
世界,您好!
欢迎使用 WordPress。这是您的第一篇文章。编辑或删除它,然后开始写作吧!