atcoder#ARC081C. [ARC081E] Don't Be a Subsequence

[ARC081E] Don't Be a Subsequence

Score : 600600 points

Problem Statement

A subsequence of a string SS is a string that can be obtained by deleting zero or more characters from SS without changing the order of the remaining characters. For example, arc, artistic and (an empty string) are all subsequences of artistic; abc and ci are not.

You are given a string AA consisting of lowercase English letters. Find the shortest string among the strings consisting of lowercase English letters that are not subsequences of AA. If there are more than one such string, find the lexicographically smallest one among them.

Constraints

  • 1A2×1051 \leq |A| \leq 2 \times 10^5
  • AA consists of lowercase English letters.

Input

Input is given from Standard Input in the following format:

AA

Output

Print the lexicographically smallest string among the shortest strings consisting of lowercase English letters that are not subsequences of AA.

atcoderregularcontest
b

The string atcoderregularcontest contains a as a subsequence, but not b.

abcdefghijklmnopqrstuvwxyz
aa
frqnvhydscshfcgdemurlfrutcpzhopfotpifgepnqjxupnskapziurswqazdwnwbgdhyktfyhqqxpoidfhjdakoxraiedxskywuepzfniuyskxiyjpjlxuqnfgmnjcvtlpnclfkpervxmdbvrbrdn
aca