Feed on
Posts
Comments

Daily Archive for 2月 17th, 2008

[code]print (1..9).map{|y| (1..9).map{|x| y*x }.map{|a| sprintf("%3d", a)}.join}.join("\n")[/code]
隣のえらい人に教えても [...]

Read Full Post »