s=gets.chomp.chars p (1..s.size).map{|i|s.rotate(i)*""}.reject{|t|t[/^[+-]/]||t[/[+-]$/]}.map{|i|eval i.gsub(/\d+/){$&.to_i}}.max