c=0 for i in raw_input().split(): if i=='=':c=c-1;print c else:c+=1