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