T=input().strip() D=int(input()) if D==0: print(0) else: A=[1] print(A[2])