import re l = re.findall("c[^c]*?w[^c]*?w",input()) print(len(min(l)) if l else -1)