N=input() i=len(N)-1 B='1'+'3'*i if N!=B or i==0:i=-1 print(i)