#C5507. Remove Vowels

    ID: 49164 Type: Default 1000ms 256MiB

Remove Vowels

Remove Vowels

Given a string s consisting of lower-case letters and spaces only, your task is to remove all vowels from the string. The vowels are defined as \( \{a, e, i, o, u\} \).

You should output the string after removing all vowels. This problem tests your ability to manipulate strings and filter out certain characters.

inputFormat

The input consists of a single line containing the string \( s \).

\( s \) contains only lower-case letters and spaces.

outputFormat

Output the string after removing all the vowels. The output should be printed in a single line.

## sample
programming is fun
prgrmmng s fn