import math n=int(input()) x=n**0.5 y=math.floor(x) y=str(y) print(len(y))