PS/Baekjoon Online Judge

[백준 21591] Laptop Sticker [Python]

kimyoungrok 2023. 7. 7. 03:10

백준 21591 - 문제
백준 21591 - 입/출력


풀이

노트북과 스티커의 너비를 입력받아서 스티커를 충분히 붙일 수 있는 공간이 있는지 확인하면 되는문제이다.

충분한 공간이 있기 위해서는 스티커보다 2cm씩 커야한다.


소스코드

소스코드 보기


출처

 

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