A, B, C = map(int, input().split()) print(max(-1, -(-3600 * C // (60 * A - B))))