#include using namespace std; int N,K; main() { cin>>N>>K; int pos=(N-1+K-1)/K; int neg=N-1-pos; int b=K-1; if(b*pos-neg>0) { cout<<"Yes"<