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

字符串字符匹配

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












全部评论

相关推荐

已老实求offer😫:有点像徐坤(没有冒犯的意思哈)
点赞 评论 收藏
分享
威猛的小饼干正在背八股:挂到根本不想整理
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务