s = input()

print('YES') if s.isalpha() else print('NO')