#include using namespace std; int main() { int n; cin>>n; string s,t; while(n--){ cin>>s; t+=s; } cout<