cnt = 0 p gets.chomp.gsub('ing', '>').gsub('S', '<').chars.select { '<>'.include? _1 }.sum { |c| cnt += 1 if c == '<' c == '>' ? cnt : 0 }