본문 바로가기
python-algorithm

[백준] 5532

by 무적김두칠 2020. 12. 15.

1
2
3
4
5
6
7
L=int(input())
A=int(input())
B=int(input())
C=int(input())
D=int(input())
import math
print(L-max(int(math.ceil(A/C)),int(math.ceil(B/D))))
cs

 

반응형

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

[백준] 5893  (0) 2020.12.15
[백준] 5543  (0) 2020.12.15
[백준] 2753  (0) 2020.12.15
[백준] 2752  (0) 2020.12.15
[백준] 2420  (0) 2020.12.15

댓글