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