s = gets.chomp if s =~ /1.*3$/ puts s.split("1")[1].length else puts "-1" end