cities = [
{ city: "Київ", region: "", peoples: 3706953, sq: 836 },
{ city: "Львів", region: "Львівська", peoples: 925202, sq: 160 },
{ city: "Дніпро", region: "Дніпропетровська", peoples: 1053951, sq: 380 },
{ city: "Харків", region: "Харківська", peoples: 1449871, sq: 350.02 },
{ city: "Запоріжжя", region: "Запорізька", peoples: 772258, sq: 240 },
{ city: "Тернопіль", region: "Тернопільська", peoples: 226029, sq: 59 },
{
city: "Івано-Франківськ",
region: "Івано-Франківська",
peoples: 215288,
sq: 83.73
},
{ city: "Вінниця", region: "Вінницька", peoples: 354639, sq: 113.16 },
{ city: "Одеса", region: "Одеська", peoples: 1010298, sq: 163 },
{ city: "Полтава", region: "Полтавська", peoples: 310755, sq: 77 },
{ city: "Хмельницький", region: "Хмельницька", peoples: 251077, sq: 93.05 },
{ city: "Миколаїв", region: "Миколаївська", peoples: 509102, sq: 260 },
{ city: "Житомир", region: "Житомирська", peoples: 282823, sq: 61 },
{ city: "Рівне", region: "Рівненська", peoples: 245323, sq: 58.24 },
{ city: "Чернігів", region: "Чернігівська", peoples: 296500, sq: 79 },
{ city: "Черкаси", region: "Черкаська", peoples: 292761, sq: 69 },
{ city: "Кропивницький", region: "Кіровоградська", peoples: 250629, sq: 103 },
{ city: "Суми", region: "Сумська", peoples: 292139, sq: 95.38 },
{ city: "Луцьк", region: "Волинська", peoples: 205585, sq: 42 },
{ city: "Чернівці", region: "Чернівецька", peoples: 236691, sq: 153 },
{ city: "Ужгород", region: "Закарпатська", peoples: 115568, sq: 31.56 },
{ city: "Херсон", region: "Херсонська", peoples: 324424, sq: 68 },
{ city: "Донецьк", region: "Донецька", peoples: 1007440, sq: 571 },
{ city: "Луганськ", region: "Луганська", peoples: 459294, sq: 286.2 },
{
city: "Сімферополь",
region: "Автономна Республіка Крим",
peoples: 338038,
sq: 107.41
}
]