We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86117b commit a15a1aeCopy full SHA for a15a1ae
2869.py
@@ -0,0 +1,6 @@
1
+# 달팽이는 올라가고 싶다
2
+import math
3
+
4
+A, B, V = map(int, input().split())
5
6
+print(math.trunc((V-A-1)/(A-B)+2))
0 commit comments