1686: 数据结构-定位子串 摘要:解题思路:注意事项:参考代码:while True: try: a,b=input().split() print(a.find(b)+1) e…… 题解列表 2022年03月05日 0 点赞 0 评论 164 浏览 评分:0.0