Score : $200$ points
You are given a string $S$ consisting of lowercase English letters. Determine whether all the characters in $S$ are different.
Input is given from Standard Input in the following format:
$S$
If all the characters in $S$ are different, print yes
(case-sensitive); otherwise, print no
.
uncopyrightable
yes
different
no
no
yes