select min(city),length(city) from station where length(city) <= all(select
length(city) from station) group by length(city);
select max(city),length(city) from station where length(city) >= all(select
length(city) from station) group by length(city);