expand text by teebee

enum E{E;System z;{try{int i=z.in.read()-48;z.in.read();int n,x;String s="";while((n=z.in.read())>10)s+=(char)n;char[]r=s.toCharArray();s="";for(n=0;n<i;n++){for(char c:r)for(x=0;x<i;x++)s+=(n>0&&n<i-1&&x>0&&x<i-1?" ":c);s+="\n";}z.out.print(s);}catch(Exception e){}}}

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

download

return to the top page