Decoder

아직 제출이 없습니다시간 제한1초메모리 제한1024 MB

문제

All the First Order messages are sent using an encryption scheme. You have cracked their code and must write a program to decode their messages. Their code works as follows. The table below is used to replace all of the vowels in the original message (plaintext) with a different vowel to create the encrypted message.

Originalaeiouy
Replacementyaeiou

입력

A positive integer, n, on the first line. After the first line there will be n lines of encrypted text.

출력

The n lines of decoded text.