#include using namespace std; int main() { int nn,kk; cin >> nn >> kk; if (nn/kk % 2 == 0) { cout << "Yes" << "\n"; for (auto i=0; i