Divide the rectangle by kt3k

a=" a"*18
c=" c"*7
d=" d"*8
e=" e"*14
g=" g"*10
puts [a+" b"*15]*15+[a+c+d]*3+[e+" f"*4+c+d]*4+[e+g+" h"+d]+[e+g+" i"*9]*9

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

download

return to the top page