fork download
  1. a=gets.chomp
  2. len=a.length
  3. a+=a
  4. len.times{|i|
  5. p a[i,len]
  6. }
  7.  
Success #stdin #stdout 0.02s 7424KB
stdin
どうしていするかな
stdout
"どうしていするかな"
"うしていするかなど"
"していするかなどう"
"ていするかなどうし"
"いするかなどうして"
"するかなどうしてい"
"るかなどうしていす"
"かなどうしていする"
"などうしていするか"