S = input() print('YES' if len(S)==len(set(S)) else 'NO')