a = input().lower() b = list(map(lambda x: x.lower(), input().split())) tem = 0 c = 0 d = 0 e=0 for i in b: if a == i: tem = tem + 1 if tem == 1: c = d+e e = e + len(i) d = d + 1 if tem == 0: print(-1) else: print(tem, c)
扫描二维码,关注牛客
下载牛客APP,随时随地刷题
全部评论
(0) 回帖