S=input() P=set([(0,0,0)]) a,b,c=0,0,0 for i in range(len(S)): exec(S[i]+'+=pow(-1,'+str(i)+')') P.add((a,b,c)) print(len(P))