Given a string s, find the first non-repeating character and return its index. Return -1 if no such character exists.
leetcode
0
s = leetcode
l