题解 | #参数解析#

参数解析

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)

全部评论

相关推荐

迷茫的大四🐶:都收获五个了,兄弟那还说啥,不用改了,去玩吧
点赞 评论 收藏
分享
10-01 09:50
门头沟学院 Java
肖先生~:这个人真的很好,点赞
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务