// editor1
#include<iostream>
#include<string>
using namespace std;
int main(){
    string str;
    string empty[20];
    char vowels[]={'a','e','i','o','u'};
    cin>>str;
    int len=str.length();
    for (int i=len;i<=len;i++){
        if (str[len]) == vowels{
         str.remove(len);   
        }
        else{
            empty+=empty;
        }
    }
    cout<<empty;
}