#AT1029. A - UOIAUAI

A - UOIAUAI

当前没有测试数据。

A - UOIAUAI

Score : $100$ points

Problem Statement

Given a lowercase English letter $c$, determine whether it is a vowel. Here, there are five vowels in the English alphabet: a, e, i, o and u.

Constraints

  • $c$ is a lowercase English letter.

Input

The input is given from Standard Input in the following format:

cc

Output

If $c$ is a vowel, print vowel. Otherwise, print consonant.


a
vowel

Since a is a vowel, print vowel.


z
consonant

s
consonant