a=int(input("a=")) b=int(input("b=")) m=a k=1 while m<=b-a: k=... m=... print("Le plus grand multiple est :",m)