i=0 while 1: a=raw_input().split()*99 if a:print a[i],;i+=1