国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計 > 正文

1017. Queueing at Bank (25)

2019-11-08 20:10:19
字體:
供稿:網(wǎng)友
#include<iostream>#include<stdio.h>#include<vector>#include<algorithm>#include<deque>#include<iomanip>using namespace std;long long int wait=0;int cus_count;typedef struct{ int t; int p;}customer;bool compare_customer(customer x,customer y){ return x.t < y.t;}deque<customer> cusv;deque<customer> cusw;int window[101];int main(){ int N,K; cin>>N>>K; for(int t=0;t<N;t++) { int h,m,s,p; customer temp; scanf_s("%d:%d:%d %d",&h,&m,&s,&p); if(h<17 || (h==17&&m==0&&s==0)) { temp.t=h*3600+m*60+s; p = p > 60 ? 60 : p; temp.p=p*60; cusv.push_back(temp); } } sort(cusv.begin(),cusv.end(),compare_customer); cus_count = cusv.size(); for(unsigned int t=0;t<cusv.size();t++) cusv[t].t-=8*3600; while (cusv.size() != 0 && cusv.front().t <= 0) { wait -= cusv.front().t; cusw.push_back(cusv.front()); cusv.pop_front(); } for (int t = 0;t < K;t++) window[t] = 0; for (int tt = 0;tt < K;tt++) { if (window[tt]==0 && cusw.size()!=0) { window[tt] = cusw.front().p; cusw.pop_front(); } } while(cusw.size()!=0 || cusv.size()!=0 ) { wait += cusw.size(); for (auto &x : cusv) --x.t; while (cusv.size()!=0 && cusv.front().t== 0) { cusw.push_back(cusv.front()); cusv.pop_front(); } for (int tt = 0;tt < K;tt++) if (window[tt]!=0) window[tt]--; for (int tt = 0;tt < K;tt++) { if (window[tt]==0 && cusw.size()!=0) { window[tt] = cusw.front().p; cusw.pop_front(); } } } double ttt = (double)wait / 60/cus_count; cout << setPRecision(1) << fixed << ttt << endl;}
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 石林| 兴文县| 简阳市| 五寨县| 泸西县| 金塔县| 娄烦县| 青冈县| 贞丰县| 长泰县| 开江县| 宝坻区| 泸西县| 嘉义县| 安图县| 来凤县| 兴义市| 修武县| 湖南省| 喀什市| 磐石市| 卢龙县| 平罗县| 安化县| 辽宁省| 荣昌县| 漠河县| 攀枝花市| 宜昌市| 阿合奇县| 如东县| 孟津县| 四川省| 夏津县| 武功县| 阿鲁科尔沁旗| 孟津县| 岚皋县| 晋江市| 二手房| 昌乐县|