a=input() i=1 while i >= a: if i%100 == 0: z=z+1 i=i+1 print(z)