#include using namespace std; using Int = long long; //INSERT ABOVE HERE signed main(){ Int n; vector h(1); cin>>h[0]>>n; h.resize(n); for(Int i=1;i>h[i]; Int x=h[0]; sort(h.begin(),h.end()); auto latte=lower_bound(h.begin(),h.end(),x); //cout<