随笔分类 -  离散化

摘要:1 #include<bits/stdc++.h> 2 using namespace std; 3 4 const int MAX = 200010; 5 int n,mm; 6 unordered_map<int, int> m;//无序map减少时间复杂度logn 7 8 struct nod 阅读全文
posted @ 2020-04-14 09:40 ACWink 阅读(188) 评论(0) 推荐(0)