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