随笔分类 -  二叉搜索树BST

二叉搜索树BST
摘要:题目传送门 一、数组+lower_bound+upper_bound模拟 #include <bits/stdc++.h> using namespace std; const int N = 10010; int a[N]; int q, cmd, number, cnt; long long p 阅读全文
posted @ 2021-08-02 14:01 糖豆爸爸 阅读(254) 评论(0) 推荐(0)

Live2D