#include <iostream>
#include <cstdio>
#include <map>
using namespace std;
int main() {
int n, a;
map <int, int> p;
scanf("%d", &n);
for(int i=1; i<=n; i++) scanf("%d", &a), p[a]=i;
for(int i=1; i<=n; i++) printf("%d ", p[i]);
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8Y3N0ZGlvPiAKI2luY2x1ZGUgPG1hcD4KdXNpbmcgbmFtZXNwYWNlIHN0ZDsKCmludCBtYWluKCkgewoJaW50IG4sIGE7CgltYXAgPGludCwgaW50PiBwOwoJc2NhbmYoIiVkIiwgJm4pOwoJZm9yKGludCBpPTE7IGk8PW47IGkrKykgc2NhbmYoIiVkIiwgJmEpLCBwW2FdPWk7Cglmb3IoaW50IGk9MTsgaTw9bjsgaSsrKSBwcmludGYoIiVkICIsIHBbaV0pOwoJcmV0dXJuIDA7Cn0=