#abc063b. [abc063_b]Varied
[abc063_b]Varied
Problem Statement
You are given a string consisting of lowercase English letters. Determine whether all the characters in are different.
Constraints
- , where denotes the length of .
- consists of lowercase English letters.
Input
Input is given from Standard Input in the following format:
Output
If all the characters in are different, print yes
(case-sensitive); otherwise, print no
.
Sample Input 1
uncopyrightable
Sample Output 1
yes
Sample Input 2
different
Sample Output 2
no
Sample Input 3
no
Sample Output 3
yes