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