_, c2, _ = gets.split(' ').map(&:chomp) if c2 == '?' puts 14 elsif c2 == '2' puts 4 else puts 1 end