#gets.split(" ").map!(&:to_i) i=0 w=0 c=nil m=nil gets.chars{|e| i+=1 next if e!="c"&&e!="w" next if (!c&&e=="w") c=i if e=="c" if e=="w" w+=1 next if w<2 m=i-c+1 if !m||i-c+1