Run ID:147566
提交时间:2026-02-06 11:13:33
int a[101],x; cin>>x; for(int i=1;i<=x;i++){ cin>>a[i]; } for(int i=1;i<=x;i++){ cout<<a[a[i]]<<" "; }