s = input()
def yeah(x):
	print(x.count("Y"),x.count("E"),x.count("A"),x.count("H"),x.count("!"))
print(s)