class Lazy_Segment_Tree:#区間加算 __slots__ = ("A", "Lazy", "N", "L", "R","ZERO") def __init__(self,N:int,A:list): if A is None: A=[] self.A=[0]*(2<