a=input() c=d=0 for i in a: if i=="…": c+=1 else: d=max(c,d) c=0 print(d)