#include using namespace std; int N,K; main() { cin>>N>>K; int t=N/K; if(t%2) { cout<<"No"<