HDU-4819-Mosaic

这个题须要求二维区间的最大值最小值,并完成单点更新,这就应该说二维线段树进行解决,对二维线段树的处理方面还不够熟练吧,写的有点复杂~ios 代码:ui #include<cstdio> #include<cstring> #include<iostream> using namespace std; const int maxn=810; struct SNode { int l;
本站公众号
   欢迎关注本站公众号,获取更多信息