Hello,↵
Is it possible to do rangeupdateadd query in segment tree for XOR queries as we can do for sum queries. I am not finding way to do it. Because for range updateadd for sum, we can update parent node and push update for child so we can use lazy propagation. But for range updateadd for XOR queries how can we update parent node without updating child nodes?
Is it possible to do range