[백준] 19698번 : 헛간 청약 - Python(파이썬)

강재원·2022년 9월 16일
0

[코딩테스트] Python

목록 보기
40/200
post-custom-banner



https://www.acmicpc.net/problem/19698

n,w,h,l=map(int,input().split())
w//=l
h//=l
sum=w*h
if n>=sum: print(sum)
else: print(n)
profile
개념정리 & 문법 정리 & 알고리즘 공부

0개의 댓글