L,R,M=map(int,input().split()) left=L%M right=R%M if R-L>=M-1: print(M) else: if right