a,b,c=map(int,input().split())
x=1
if b-c<0:
print(a//(c-b)+1)
else:
print(-1)
'알고리즘 > 백준' 카테고리의 다른 글
백준-1764번(듣보잡)-python3 (0) | 2023.11.24 |
---|---|
백준-1759번(암호 만들기)-python3 (0) | 2023.11.24 |
백준-1697번(숨바꼭질)-python3 (0) | 2023.11.24 |
백준-1654번(랜선 자르기)-python (0) | 2023.11.24 |
백준-1427번(소트인사이드)-python3 (0) | 2023.11.24 |