a=int(input()) k=int(list(input().sprit())) m=int(list(input().sprit())) t=0 h=0 while t <= a: if k[t] <= m[t]: h+=1 t+=1 print(h)