while True: try: a,b=str(input()),str(input()) if len(a) > len(b): a,b = b,...