For a given source string and a target string, you should output the first index(from 0) of target string in source string. If target does not exist in source, just ...