1712
This commit is contained in:
2
zeta_python/completed/1712.py
Normal file
2
zeta_python/completed/1712.py
Normal file
@@ -0,0 +1,2 @@
|
||||
a,b,c = map(int, input().split())
|
||||
print(int(a/(c-b)+1)) if c-b>0 else print(-1)
|
||||
Reference in New Issue
Block a user