i=1 n=gets.to_i ans=0 while true do break if (i.to_s*3).to_i>n ans+=1 i+=1 end puts ans