import math n=int(input()) print(len(str(math.floor(math.sqrt(n)))))