UOIAUAI

AtCoder
IDabc049_a
Time2000ms
Memory256MB
Difficulty
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: $c$ [samples]
Samples
Input #1
a
Output #1
vowel

Since `a` is a vowel, print `vowel`.
Input #2
z
Output #2
consonant
Input #3
s
Output #3
consonant
API Response (JSON)
{
  "problem": {
    "name": "UOIAUAI",
    "description": {
      "content": "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`.",
      "description_type": "Markdown"
    },
    "platform": "AtCoder",
    "limit": {
      "time_limit": 2000,
      "memory_limit": 262144
    },
    "difficulty": "None",
    "is_remote": true,
    "is_sync": true,
    "sync_url": null,
    "sign": "abc049_a"
  },
  "statements": [
    {
      "statement_type": "Markdown",
      "content": "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`.\n\n## Constraints\n\n*   $c$ is a lowercase English ...",
      "is_translate": false,
      "language": "English"
    }
  ]
}
Full JSON Raw Segments