a,b,c=map(int,input().split()) print(["NO","YES"][(abs(a)+b-1)//b<=c])