N = input() if N == '1' + '3' * (len(N) - 1) and N != '1': print(len(N) - 1) else: print(-1)