潇尘
潇尘
全部文章
题解
归档
标签
去牛客网
登录
/
注册
潇尘的博客
全部文章
/ 题解
(共1篇)
使用二分查找或者map进行快速查找
使用map时间复杂度为O(m) #include <iostream> #include <map> using namespace std; int main() { int n; int m; while(cin>>n) { ...
王道机试
快速查找
2021-03-18
4
887