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
相關文章
相關標籤/搜索