[구현/수학] 백준 21591 Laptop Sticker - 파이썬(Python)


[구현/수학] 백준 21591 Laptop Sticker - 파이썬(Python)

[ Contents ] 1. 문제 (링크 참조) 21591번: Laptop Sticker The single line of input contains four integers $w_c$, $h_c$, $w_s$ and $h_s$ ($1 \le w_c, h_c, w_s, h_s \le 1,000$), where $w_c$ is the width of your new laptop computer, $h_c$ is the height of your new laptop computer, $w_s$ is the width of the laptop s www.acmicpc.net 2. 문제 풀이 노트북, 스티커의 너비와 높이가 주어집니다. 스티커를 붙이려면, 여백이 1cm 정도가 남아야 합니다. 3. 코드 # 입력..


원문링크 : [구현/수학] 백준 21591 Laptop Sticker - 파이썬(Python)