Indexes of letter
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Print all indexes of the small Latin letter a in the given string, assuming that the first character has index 0.
Input
One line of the text, that consists of Latin letters, separators and spaces only.
Output
Print all the indexes of the letter a in one line. If letter a is not found in the string, then print -1.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 7K
Acceptance rate 59%