inputWord = input() many = inputWord.count('e') now = many*2 newWord = 'h'+now*'e'+'y' print(newWord)