Interview Guides
Given a string s, return the index of the first character that appears exactly once. If no such character exists, return -1. The input is a single string, and the output is a single integer index.
1 <= len(s) <= 10^5s consists of lowercase English letters