s = list(input()) print("YES" if len(s)==len(set(s)) else "NO")