n, m = map(int, input().split()) # taking number of rows and column array = numpy.array([input().strip().split() for _ in range(n)], int)