#815. C++-字符串-找第一个只出现一次的字符

C++-字符串-找第一个只出现一次的字符

Background

Description

找第一个只出现一次的字符。给定一个只包含小写字母的字符串,请你找到第一个仅出现一次的字符。如果没有,输出no。 image

Format

Input

Output

Samples

adfalawefbvalw
d
aadfadfadf
no
adsfadsfliefafae
l

Limitation

1s, 1024KiB for each test case.

Statistics

Related

In following contests:

字符串