import math a, b, c = map(int, input().split()) a *= 60 c *= 3600 x = c / (a-b) print([-1, math.ceil(x)][x > 0])