#include using namespace std; int main(){ int n,k; cin>>n>>k; vectordp(n+1,1e9); dp[1]=0; for(int i=1;i