100 atcoder#ABC049A. [ABC049A] 居合を終え、青い絵を覆う
[ABC049A] 居合を終え、青い絵を覆う
Score : points
Problem Statement
Given a lowercase English letter , determine whether it is a vowel. Here, there are five vowels in the English alphabet: a
, e
, i
, o
and u
.
Constraints
- is a lowercase English letter.
Input
The input is given from Standard Input in the following format:
Output
If is a vowel, print vowel
. Otherwise, print consonant
.
a
vowel
Since a
is a vowel, print vowel
.
z
consonant
s
consonant