본문 바로가기
python-algorithm

[백준] 2869

by 무적김두칠 2021. 1. 8.

1
2
3
import math
a,b,c=map(int,input().split())
print(math.ceil((c-b)/(a-b)))
cs
반응형

'python-algorithm' 카테고리의 다른 글

[백준] 2920  (0) 2021.01.08
[백준] 2908  (0) 2021.01.08
[백준] 2798  (0) 2021.01.08
[백준] 2789  (0) 2021.01.07
[백준] 2774  (0) 2021.01.07

댓글