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