[백준]B3-1085

py_code·2021년 1월 4일
0

백준-브론즈3

목록 보기
25/38

x,y,w,h = map(int, input().split())
print(min(x,y,w-x,h-y))
profile
개발자를 꿈꿉니다.

0개의 댓글