#27986: _CPP


11030067@mail.hpsh.tp.edu.tw (和平110級鄧雨珊)


#include <iostream>
using namespace std;

int main(){
int n, t;
  while (cin >> n){
    for (int i=1; i<=n; i++){
cin >> t;
cout << i <<" ";
}
cout <<endl;
  }
}