import sys input=lambda: sys.stdin.readline().rstrip() l,r=map(int,input().split()) D=[1]*(r+1) for i in range(r+1): if i