[LeetCode]387. First Unique Character in a String
题目Givenastring,findthefirstnon-repeatingcharacterinitandreturnit'sindex.Ifitdoesn'texist,return-1.Examples:s="leetcode"return0.s="loveleetcode",return2.Note:Youmayassumethestringcontainonlylowercasele