Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб.  Question by Ibrahim Mesecan. 
  
Close City
 
Question: 
You can find Epoka University on the map using
 
- Decimal Deg. Latitude: 41.404974
 
- Decimal Deg. Longitude: 19.705841
 
 
You are asked to find Euclidean distance of some cities.
You will be given Latitude and Longitude coordinates
of a city and then, two other cities. Find the
closer city to the first one. 
  
Input specification   
You will be given a string (city name) and two floating point 
numbers (Latitude and Longitude coordinates of each city)
in three lines where (W/E) -180 ≤ Longitude ≤
180 and (S/N) -90 ≤ Latitude ≤ 90. And, city name
is not longer than 15 characters and contains only English 
letters (no special characters). 
 
Output specification   
Show the name of the closer city.   
  
 
|  Sample Input I    | 
 Sample Output I    | 
 
 Tirana 41.328114 19.818338  
 Durres 41.313835 19.446037  
 Kruje 41.506900 19.793683  
 | 
 Kruje  
 | 
 
 
 
Для отправки решений необходимо выполнить вход.
  
 |