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