n,s = int(input()),int(input()) r = 1 print(r) for i in range(n-1): if int(input())>s: r+=1 print(r)