N, K = map(int, input().split()) S = [list(map(int, input().split())) for _ in range(N)] print(S)