s=gets.chomp l=(s.split(/[^w]/).map(&:size)+[0]).max puts (s.scan(/([^w]*)(w+)/) + [[0,""]]).select{|v| v[0]!="" && v[1].size==l}.map{|v| v[0]}