import java.util.*; /** * @author hll[yellowdradra@foxmail.com] * @since 2023-04-01 10:59 **/ public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); char[] chars = in.nextLine().toCharArray(); Map<Character, Integer> co...