x=list(input()) t=x.count("t") r=x.count("r") e=x.count("e")//2 print(min(t,r,e))