1016 Phone Bills (25 point(s))

题解 STL的简单应用。水题一只。   #include<iostream> #include<map> #include<vector> #include<cstdio> #include<algorithm> using namespace std; const int MAXN = 25; const int MAXM = 1010; int rate[MAXN]; struct node
相关文章
相关标签/搜索