#include using namespace std; using Int = long long; //INSERT ABOVE HERE const int MAX = 2.1e6; int dp[MAX]; signed main(){ int n,k; cin>>n>>k; memset(dp,0,sizeof(dp)); for(int i=2;i=k; cout<