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