s=raw_input() d=s.find('w') print min(d-1,len(s)-d)