N,K=map(int, input().split()) A=list(map(int, input().split())) B=list(map(int, input().split())) if N==1: print(1) exit() ans=1 r=K-1 while r