while True: try: m,n=map(int,input().split()) k=[] for i in range(m,n+1): &n...