import strutils let S = stdin.readLine var cnt = 0 while "…".repeat(cnt + 1) in S: cnt += 1 echo cnt