题解 | #字符串字符匹配#

字符串字符匹配

http://www.nowcoder.com/practice/22fdeb9610ef426f9505e3ab60164c93

# import sys
while True:
    try:
        shorts = input()
        longs = input()
        allin = "true"
        for c in shorts:
            if c not in longs:
                allin = "false"
                break
        print(allin)
    except:
#         print(sys.exc_info())
        break












全部评论

相关推荐

牛客101244697号:这个衣服和发型不去投偶像练习生?
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务