print((lambda x, y, z: int(max(x*y/z, x/y*z)))(*list(map(int, input().split()))))