像这篇题解与这篇题解中使用lower_bound\text{lower\_bound}lower_bound提取出l,rl,rl,r中的vectorvectorvector的迭代器后为什么还要像这样
if(input[*it]%k)continue;//这篇 if(a[*it]%x!=0) continue;//那篇
特判一下
不大懂,brainfkbrainfkbrainfk了,希望dalaodalaodalao赐教