N=int(input()) import math ans=int(math.log10(N)/2+1) print(ans)