• [1408] Dolly Song

  • 时间限制: 1000 ms 内存限制: 65535 K
  • 问题描述
  • Please listen to this song. Is it familiar?

    You know, the lyrics is "ba la du la di li @&**(&#(!*@&#(*!@&#(*!@&#". Well it's just a joke.

    We need you to caculate how many syllables in this song.

    To simplify this problem, we just assume a consonant followed a vowel(AEIOU) called a

    syllable. For examples, 'ba', 'la', 'du' and so on are syllables.

    You should caculate out the count of each syllable.

  • 输入
  • This problem contains several cases.
    Each case is a line of string with only lowercase letters. (No longer than 65535)
  • 输出
  • For each case, you should list all of the appeared syllables sorted by lexicographical and its times.
  • 样例输入
  • baulaubilibiliuuuauaja
    
  • 样例输出
  • ba 1
    bi 2
    ja 1
    la 1
    li 2
    
  • 提示
  • 来源
  • XadillaX
  • 操作

显示春菜