Optimal Services
Description
设有n个顾客同时等待一项服务。顾客i需要的服务时间为ti,1≤i≤n。应如何安排n个顾客的服务次序才能使平均等待时间达到最小?平均等待时间是n个顾客等待服务时间的总和除以n。
编程任务:
对于给定的n个顾客需要的服务时间,编程计算最优服务次序。
Input
输入由多组测试数据组成。
每组测试数据输入的第一行是正整数n,表示有n个顾客。接下来的1行中,有n个正整数,表示n个顾客需要的服务时间。
Output
对应每组输入,输出的每行是计算出的最小平均等待时间。
SampleInput
10
561219910002
用户评论
推荐下载
-
Reporting Services Samples
AdventureWorks2008R2ReportingServicesSamples
36 2019-06-04 -
GooglePlay Services SDK
GooglePlayService从谷歌官方下载经常断线,使用离线sdk同样可以进行开发
36 2019-05-31 -
Right Managment Services
权限管理技术(WindowsRightManagmentServices)
19 2019-06-05 -
Amazon Web Services
最近在学习AWS,也找了很久这方面的资料,这个文档是找了很久才找到的,注意这个文档的内容是英文的,如果看不到英文就不要下载了,免得浪费你的积分,希望可以帮助到你学习
58 2018-12-08 -
Reporting Services教程
本教程从Reporting Services入门到部署都详细讲解了。
42 2018-12-09 -
building services sample
building services sample
33 2018-12-18 -
dundas for reporting services
dundas for reporting services User name : yang12388@163.com Install key : 180-003-251-049
72 2018-12-18 -
Java Web Services
JavaWebServices
28 2019-09-10 -
rancheros services源码
rancheros服务 丛 docker run \ -d \ --name plex \ --network=host \ -e TZ=" Europe/Zurich" \ -e
11 2021-05-02 -
dev services源码
基于Kubernetes的.NET Core工作坊环境 本工作坊需要一个运行中的Kubernetes环境,并要求整个重建中工作路由器上至少有8GB可用内存。 推荐使用服务。2019.11.10当天在上
11 2021-04-29
暂无评论