close

a = {}
puts "query:24" #can change query
1.upto(9) do |x|
1.upto(9) do |y|
1.upto(9) do |z|
s = x.to_s+"*"+y.to_s+"*"+z.to_s
r = x*y*z
a.store(r,s)
g = a.delete(24) #for query 24
if g != nil then puts g
end
end
end
end
--------------------我是分隔線--------------------
$stdout.flush
$stdin.flush

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 lupohsunrock 的頭像
    lupohsunrock

    lupohsunrock的部落格

    lupohsunrock 發表在 痞客邦 留言(0) 人氣()