#include using namespace std;int main(){ int N; cin >> N; string S; for(int i = 0; i < N; i++, cin >> S, cout << S){}cout <