S = input().strip() print(['No', 'Yes'][S[0] == S[1]])