n=input() r=lambda:map(float,raw_input().split()) t=r() d=r() print" ".join(map(str,sorted(range(1,n+1),key=lambda x:d[x-1]/t[x-1])))