#AT1118. B - Not Found

B - Not Found

当前没有测试数据。

B - Not Found

Score : $200$ points

Problem Statement

You are given a string $S$ consisting of lowercase English letters. Find the lexicographically (alphabetically) smallest lowercase English letter that does not occur in $S$. If every lowercase English letter occurs in $S$, print None instead.

Constraints

  • $1 \leq |S| \leq 10^5$ ($|S|$ is the length of string $S$.)
  • $S$ consists of lowercase English letters.

Input

Input is given from Standard Input in the following format:

SS

Output

Print the lexicographically smallest lowercase English letter that does not occur in $S$. If every lowercase English letter occurs in $S$, print None instead.


atcoderregularcontest
b

The string atcoderregularcontest contains a, but does not contain b.


abcdefghijklmnopqrstuvwxyz
None

This string contains every lowercase English letter.


fajsonlslfepbjtsaayxbymeskptcumtwrmkkinjxnnucagfrg
d