100 #ABC063B. [ABC063B] Varied

[ABC063B] Varied

Score : 200200 points

Problem Statement

You are given a string SS consisting of lowercase English letters. Determine whether all the characters in SS are different.

Constraints

  • 2S262 \leq |S| \leq 26, where S|S| denotes the length of SS.
  • SS consists of lowercase English letters.

Input

Input is given from Standard Input in the following format:

SS

Output

If all the characters in SS are different, print yes (case-sensitive); otherwise, print no.

uncopyrightable
yes
different
no
no
yes