You are viewing a single comment's thread. Return to all comments →
n = int(input().strip()) f = [0] + list(map(int, input().strip().split())) for i in range (1, n+1): print(f.index(i))
Seems like cookies are disabled on this browser, please enable them to open this website
Security Function Inverses
You are viewing a single comment's thread. Return to all comments →