Skip to content
C

First Non-Repeating Character

Easyjavapythonccppjavascript

Find the first character in a string that appears exactly once. At least one such character is guaranteed to exist.

Input Format

A single line containing the string S with no spaces.

Output Format

Print the first non-repeating character.

Input (stdin)

Output

Run your code to see output here...