import sys input=lambda: sys.stdin.readline().rstrip() n=input() if n=="1"+"3"*(len(n)-1): print(len(n)-1) else: print(-1)