Inverse permutation
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given a permutation , find its inverse .
Input
The first line contains the order of the permutation . The second line contains the permutation .
Output
Print the inverse permutation .
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 51%