S = input() if (S[0] != "1") or ((len(S)-1) != S[1:].count("3")) : ans = -1 elif len(S) == 1 : ans = -1 else : ans = len(S) - 1 print(ans)