题解 | #参数解析#

参数解析

https://www.nowcoder.com/practice/668603dc307e4ef4bb07bcd0615ea677

import re

ps = input()
# print(*re.findall("\"[^\"]*\"",ps))
kl = re.findall("\"[^\"]*\"",ps)
for i,s in enumerate(kl):
    ps = ps.replace(s,str(i))
ps = ps.split()
print(len(ps))
for s in ps:
    if s.isdigit():
        print(kl[int(s)].replace("\"",''))
    else:
        print(s)

全部评论

相关推荐

字节 飞书绩效团队 (n+2) * 15 + 1k * 12 + 1w
点赞 评论 收藏
分享
11-01 20:03
已编辑
门头沟学院 算法工程师
Amazarashi66:这种也是幸存者偏差了,拿不到这个价的才是大多数
点赞 评论 收藏
分享
尊尼获获:闺蜜在哪?
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务