题解 | #重复出现的字符串#

重复出现的字符串

https://www.nowcoder.com/practice/74a1dcc46607402780b6f6fc30241b2d

target = input()
patten = input()
s = target.count(patten)
print(s)
try:
    m = target.index(patten)
except ValueError:
    print('-1')
else:
    print(m)

全部评论

相关推荐

shtdbb_:还不错,没有让你做了笔试再挂你
点赞 评论 收藏
分享
10-21 23:48
蚌埠坦克学院
csgq:可能没hc了 昨天一面完秒挂
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务