文件名称:1017
介绍说明--下载内容均来自于网络,请自行研究使用
浙大 编程能力测试 的甲级题目 第 1017. Queueing at Bank (25) 服务窗口排队问题-Suppose a bank has K windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. All the customers have to wait in line behind the yellow line, until it is his/her turn to be served and there is a window available. It is assumed that no window can be occupied by a single customer for more than 1 hour.
Now given the arriving time T and the processing time P of each customer, you are supposed to tell the average waiting time of all the customers.
Now given the arriving time T and the processing time P of each customer, you are supposed to tell the average waiting time of all the customers.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test.cpp