题解 | 字符串字符匹配
字符串字符匹配
https://www.nowcoder.com/practice/22fdeb9610ef426f9505e3ab60164c93
s1 = input().strip()
s2 = input().strip()
if set(s1).issubset(set(s2)):
print ('true')
else:
print('false')
字符串字符匹配
https://www.nowcoder.com/practice/22fdeb9610ef426f9505e3ab60164c93
s1 = input().strip()
s2 = input().strip()
if set(s1).issubset(set(s2)):
print ('true')
else:
print('false')
相关推荐
查看8道真题和解析
notbeentak...:就抓,嗯抓,开不开匿名都要抓,一点坏事不让说,就对公司顶礼膜拜佩服的五体投地就对了
牛客41406533...:回答他在课上学,一辈子待在学校的老教授用三十年前的祖传PPT一字一句的讲解,使用谭浩强红皮书作为教材在devc++里面敲出a+++++a的瞬间爆出114514个编译错误来学