query the list of city names ending with vowels (a, e, i, o, u) from station. your result cannot contain duplicates. input format the station table is described as follows:
Technical Problem Cluster First Answered On
January 26, 2023
Popularity
1/10
Helpfulness
1/10
Contents
Code Examples
Related Problems
query the list of city names starting with vowels (i.e., a, e, i, o, or u) from station. your result cannot contain duplicates.
uery the list of city names starting with vowels (i.e., a, e, i, o, or u) from station. your result cannot contain duplicates. input format
query the list of city names from station that do not start with vowels and do not end with vowels. your result cannot contain duplicates.