N=int(input()) A=list(map(int,input().split())) M=int(input()) B=list(map(int,input().split())) B.sort(reverse=True) dp=[False]*(1<