# 標準入力から一行分を読み出し、文字列として格納する。 first = input() o_count = first.count("o") print(o_count)