A = int(input()) B = int(input()) if B // A > 1000: print(2) else: print(1)