S = input() for i in range(len(S)): T = S[i:] N = len(S) - i print(100 * T.count("o") / N)