题解 | #字符串字符匹配#笨办法
字符串字符匹配
https://www.nowcoder.com/practice/22fdeb9610ef426f9505e3ab60164c93
a = input()
b = input()
flag=1
for i in a:
if i not in b:
flag =0
print('false')
break
if flag ==1:
print('true')
字符串字符匹配
https://www.nowcoder.com/practice/22fdeb9610ef426f9505e3ab60164c93
a = input()
b = input()
flag=1
for i in a:
if i not in b:
flag =0
print('false')
break
if flag ==1:
print('true')
相关推荐
程序员花海:另外你的offer是ssp sp 白菜和面评有很大关系,但是本质上决定你薪资的还是+2和bp,另外如果面试的时候透露了有其他更高的offer虽然你回答的很好面评很好也会有一定概率的白菜,因为你不回来反而浪费了名额。