#41782: python AC


1554101-0@g.puiching.edu.mo (CCC)


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