input = gets.chomp puts(input.size == 2 ? "Yes" : "No")