import math N=int(input()) S=str(int(math.sqrt(N))) print(len(S))