import sys n=int(input()) k=int(input()) ans=1 print(ans) for i in sys.stdin.readlines(): if int(i)>k: ans+=1 print(ans)