s=input()+' ';b='';c=m=0 for i in s: if i=='…':c+=1 else: if c>m:m=c c=0 print(m)