#include using namespace std; int main(){ int h,n,H,ans=1; cin>>h>>n; while(cin>>H) ans+=H>h; cout<