from sys import stdin num_lines = int(input()) for i in range(num_lines): line = stdin.readline()