import java.util.*; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int max = 0; int count = 0; for (char c : sc.nextLine().toCharArray()) { if (c == '…') { count++; } else { count = 0; } max = Math.max(max, count); } System.out.println(max); } }