题解 | #参数解析#

# xcopy
# /s
# "C:\program
# files"
# "d:"
while True:
    try:
        s = input()
        s1 = s.replace(' ', '\n')
        x = ''
        y = 0
        flag = False
        for i in s1:
            if i == '"':
                flag = not flag
            elif flag == True and i == '\n':
                x += ' '
            else:
                x += i
        y = x.count('\n') + 1
        print(y)
        print(x)
    except:
        break
全部评论

相关推荐

不愿透露姓名的神秘牛友
11-26 18:54
点赞 评论 收藏
分享
Noob1024:一笔传三代,人走笔还在
点赞 评论 收藏
分享
joe2333:怀念以前大家拿华为当保底的日子
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务