a=int(input())
b=int(input())
x=[]
for i in range(b):
    c=[]
    d,e,f=input().split('')