cnt=int(input()) total="" for i in range(cnt): num=int(input()) total+=num print(total)