1017 Queueing at Bank (25 point(s))

 题解 与1014类似。不过更加简单。 #include<iostream> #include<algorithm> #include<cstdio> #include<vector> using namespace std; struct node { int ct, t; // come time and spent all time bool operator < (const node
相关文章
相关标签/搜索