N=int(input()) C=int(input()) R=1 print(R) for i in range(N-1): n=int(input()) if n>C: R+=1 print(R)