#include using namespace std; int main() { int h, n; cin>>h>>n; int height[n]; height[0]=h; for(int i=1; i>height[i]; } int count=1; for(int i=1; i