Problem Description
Sevinch, who successfully passed to the next stage of the EGOI selection, decided to reward herself with a trip. However, she quickly abandoned this idea because she remembered that she had to go to school every day.
Instead, she decided to study the globe to explore the Earth. Since her globe was small, the names on it were written in a shortened form.
The shortening algorithm is as follows: only consonant letters from the actual name are kept. In this problem, you will be given a place name, and you must determine how it would appear on the globe.
Vowels are defined as the letters AEUIOYaeuioy.
Input Format
A single line contains a string of length less than .
It is guaranteed that the input string consists only of letters from the English alphabet.
Output Format
Print the answer to the problem in a single line.
Scoring
| Subtask | Additional Constraints | Points | Required Subtask |
|---|---|---|---|
| Tests from the example | - | ||
| There is not a single vowel in the country name | - | ||
Examples
Turkey
Trk
Tokyo
Tk
PARIS
PRS
LisBon
LsBn
Helsinki
Hlsnk