#include using namespace std; typedef long long ll; typedef unsigned long long ull; typedef pair P; #define fi first #define se second #define repl(i,a,b) for(ll i=(ll)(a);i<(ll)(b);i++) #define rep(i,n) repl(i,0,n) #define each(itr,v) for(auto itr:v) #define pb push_back #define all(x) (x).begin(),(x).end() #define dbg(x) cout<<#x"="<y?x:y) #define mmin(x,y) (x>h>>n; rep(i,n-1)cin>>a[i]; a[n-1]=h; sort(a,a+n); ll idx=lower_bound(a,a+n,h)-a; idx=n-idx; string res=to_string(idx); if(res[res.size()-1]=='1')cout<