#A. 找第一个只出现一次的字符

    Type: Default 1000ms 128MiB

找第一个只出现一次的字符

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

描述

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

输入

一个字符串,长度小于100000。

输出

输出第一个仅出现一次的字符,若没有则输出no。

样例输入

abcabd

样例输出

c

专题训练之字符串

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
10
Start at
2023-8-4 9:30
End at
2023-8-18 23:30
Duration
350 hour(s)
Host
Partic.
14