Last active
January 4, 2017 00:55
-
-
Save imyxh/37b62a51f3bd14eae5bfdb0ba869ce48 to your computer and use it in GitHub Desktop.
null created by imyxh - https://repl.it/FARC/1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from sys import stdin | |
from math import ceil, floor | |
f = list(map(int, stdin.readline().split(' '))) | |
print(ceil((f[0]-1)/floor(f[1]/f[2]))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment