시간 제한 | 메모리 제한 | 제출 | 정답 | 맞힌 사람 | 정답 비율 |
---|---|---|---|---|---|
1 초 | 256 MB | 99 | 74 | 64 | 76.190% |
In Sweden, there is a simple child’s game similar to Pig Latin called Rövarspråket (Robbers Language).
In the CCC version of Rovarspr ¨ aket, every consonant is replaced by three letters, in the following order:
Vowels in the word remain the same. (Vowels are a, e, i, o, u and all other letters are consonants.)
Write a program that translates a word from English into Rövarspråket.
The input consists of one word entirely composed of lower-case letters. There will be at least one letter and no more than 30 letters in this word.
Output the word as it would be translated into Rövarspråket on one line.
joy
jikoyuz
ham
hijamon