N,M=map(int,input().split()) E=[] for i in range(M): a,b=map(int,input().split()) a-=1 b-=1 E.append((1<