import sys with open("./input", "r") as file: strings = file.read().split("\n") x = 0