#include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(nullptr); int N,K; cin >> N >> K; K -= 2; if(N/2 > K) cout << "No\n"; else{ cout << "Yes\n"; for(int i=0; i