while 1: r=raw_input() if sum(map('aeiou'.count,r))*2>len(r):print r