input = gets.match(/c[^cw]*w[^cw]*w/).to_a.map(&:size) puts input.empty? ? -1 : input.min