山折り谷折り
@mtsmfm氏の解答 http://qiita.com/mtsmfm/items/9c567d40b315046cc8e6 のもろパクリとなってしまいました、またも敗北、最近非常に調子が悪いです。
hena18pre.rb
#!/usr/bin/env ruby
#http://qiita.com/Nabetani/items/373105e7fafd12f5e9fd
#http://nabetani.sakura.ne.jp/hena/ord18mafovafo/
T={'L'=>'RVF','J'=>'FVR','Z'=>'FmRVF','U'=>'RVFVR','S'=>'FVRmF'}
STDOUT.sync=true
while gets
puts $_.chomp.chars.reduce('F'){|s,e|
s.chars.map{|c|c=='F' ? T[e] : c=='R' ? T[e].tr('FRmV','RFVm').reverse : c}*''
}.tr('FR','')
end
Author And Source
この問題について(山折り谷折り), 我々は、より多くの情報をここで見つけました https://qiita.com/cielavenir/items/fd3a1316296b8058106a著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .