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