Transpose by nn

for(o=[];l=readline();)for([i,c]in l)o[i]=(o[i]||'')+c
print(o.join('\n'))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page