Problem You are given a word S composed only of lowercase letters. For each letter of the alphabet, output the position of its first occurrence in the word if it is present; if it is not present, output -1. Input The first line contains the word S. The length of the word does not exceed 100, and it consists only of lowercase letters.baekjoon Output For each letter of the alphabet, output the pos..