s = input() print("Yes") if s[0] == s[1] and s[1] != s[2] else print("No")