摘要: 阅读本章前,请先确保你懂得: 完全二叉树如何用数组存储 完全二叉树的深度 如果让你在一个数组中寻找最大值,你会怎么做? \(n \le 10^5\) #include<bits/stdc++.h> using namespace std; const int N=1e5+5; int main(){ 阅读全文
posted @ 2024-01-17 13:20 very_easy 阅读(34) 评论(2) 推荐(0)