with open('lifeguards.in','r') as fin: n = int(fin.readline().strip()) n,l = map(int,fin.readline().strip().split())