100 atcoder#ABC063B. [ABC063B] Varied
[ABC063B] Varied
Score : points
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
.
uncopyrightable
yes
different
no
no
yes