import re S = input().strip() print(max([len(i) for i in re.sub('[^…]', ',', S).split(',')]))