import unicode let s: string = stdin.readline var tmp: int = 0 ans: int = 0 for i in 0..s.runeLen: if i == s.runeLen or $(s.runeAtPos(i)) != "…": ans = max(ans, tmp) tmp = 0 else: tmp.inc echo ans