Add tags

Add tags to the following comment

枝狩り一切無し。効率悪いと思ふ。

1
2
3
4
5
6
7
require "mathn"
(5**8).times do |i|
  s=("2".."9").inject("1") do |r,e|
    r+=["","+","-","*","/"][i%5]+e;i/=5;r
  end
  puts s if eval(s)==100
end

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...