반응형
문제 정보
제출 코드
x, y, w, h = map(int, input().split())
print(min(x,y,w-x,h-y))
'Study > 알고리즘' 카테고리의 다른 글
[백준 알고리즘] 4153번 Python (0) | 2021.10.04 |
---|---|
[백준 알고리즘] 3009번 Python (0) | 2021.10.04 |
[백준 알고리즘] 9020번 Python (0) | 2021.10.04 |
[백준 알고리즘] 4948번 Python (0) | 2021.10.04 |
[백준 알고리즘] 1929번 Python (0) | 2021.10.04 |
댓글