#include using ll = long long; using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int n,h; cin >> n >> h; vector t(n); for (int i=0;i> t[i]; for (int i=0;i