什么情况 大佬求助
input() l=list(map(int,input().split())) cj=list(map(int,input().split())) for i in cj: print(l[i-1])