#include using namespace std; int main(){ int N,K,T; cin>>N>>K>>T; N=abs(N); cout<<(N+K-1/K<=T?"Yes":"No")<