mix lines by hallvabo

class F{static{String a=new java.util.Scanner(System.in).useDelimiter("$").next();for(int j=0;j<14;j++)for(String s:a.split("\n"))System.out.print(j<s.length()?s.charAt(j):"");}}

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

download

return to the top page