BOJ1018 -- Airline Hub

本文介绍了一个关于寻找全球范围内最佳航空枢纽位置的问题。通过计算不同机场间的球面距离,找到那个能够最小化最大直接飞行距离的机场作为中枢。文章提供了一段C++代码实现这一计算过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Airline HubTime Limit: 1000MS  Memory Limit: 65536K

Description
World Wide Flyer has landing rights at several airports throughout the world. They wish to place their central hub at the airport that minimizes the maximum direct flying distance from the hub to any other airport in the world. 

Input
Input consists of a line containing n <= 1000, the number of airports. n lines follow, each giving the latitude (between -90 and +90 degrees) and longitude (between -180 and +180 degrees) of an airport.


Output
To two decimal places, give the latitude and longitude of the airport that best serves as a hub. If there are several any one will do. 


Sample Input

3
3.2 -15.0
20.1 -175
-30.2 10


Sample Output

3.20 -15.00


Source
Waterloo local 2000.01.29

 

解:

一首水题,主要是要懂球面的距离计算。

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值