A,B,C = map(int,input().split()) if (A <= B): print(-1) else: print((C+A-B+1)//(A-B))