1 2 3 4 5 6 7
import sys import math iteration = int(input()) size = int(input()) for i in range(size): row = input()