#include using namespace std; int main(){ int N; cin>>N; pairS[N]; for(auto&[s,i]:S)cin>>s>>i; sort(S,S+N); for(auto [s,i]:S)cout<