#python2 while True: try: n=int(input()) m=map(int,raw_input().split()) x=map(int,raw_input().split()) ...