#include using namespace std; using Int = long long; //INSERT ABOVE HERE signed main(){ int n; cin>>n; string s,t; while(cin>>s) t+=s; cout<