A,B,C = map(int,input().split()) A*=60 ans = -1 if A >= B: C*=60 ** 2 ab = A - B ans = (C + ab - 1) // ab print(ans)