PTA 悄悄关注 (函数使用,map,set)

L2-019 悄悄关注 (25 分)c++ 分析: set函数加map函数,更快速地进行查找。web 代码: #include <bits/stdc++.h> using namespace std; int main() { map <string, int> m; set <string> s; pair <string, int> peo[10010]; int n; doubl
相关文章
相关标签/搜索