N = input() if N[0] == '1' and N.count('3')==len(N)-1: print(len(N)-1) else: print(-1)