import std; void main() { auto S = readln.chomp; auto res = S.count('n'); res.writeln; }