0
0
李牧晓
中级天翼
中级天翼
for(int i=0;i<s.size();i++){ a[s[i]]++; } for(int i=0;i<=255;i++){ if(a[s[i]]==1){ cout<<s[i]; return 0; } }
桶定义260
最后输出No
0