输出 333333:线段树维护的是 min 不是 max
输出 222:build(1,1,n) →\to→ build(1,0,n)
build(1,1,n)
build(1,0,n)
样例过了但是全 WA(可能):每次建树都要清空懒标记