using System;
public class Program
{
public static void Main()
// Input: "hello"
// Output: h: 1, e: 1, l: 2, o: 1
}