2025-06-11 18:35:00 +09:00

2 lines
59 B
Python

a, b, v = map(int, input().split())
print((v-b-1)//(a-b)+1)