#include using namespace std; const int N=1e5+5; int n, k, h[N], dp[N]; int main(){ cin>>n>>k; for(int i=0;i>h[i]; cout<<"ha"; dp[0]=0; for(int i=1;i