#import using namespace std;int N,i;string s[55];main(){for(cin>>N,i=N;~i;)getline(cin,s[i--]);for(sort(s,s+N);++i