from sys import stdin def main(): #入力 readline=stdin.readline x,y,h=map(int,readline().split()) x*=10**3 y*=10**3 count=0 while True: if x<=y: if h