대충 BOJ 수학1이 대충 하나 남기고 끝났다는 대충글에 대하여
This commit is contained in:
2
zeta_python/completed/2869.py
Normal file
2
zeta_python/completed/2869.py
Normal file
@@ -0,0 +1,2 @@
|
||||
A, B, V = map(int, input().split())
|
||||
print((V-B-1)//(A-B)+1)
|
||||
Reference in New Issue
Block a user