思路 n = int(input()) class Light: def __init__(self, id, x1, y1, x2, y2): self.id = id self.x1 = x1 self.y1