728x90
반응형
단순 기하학 문제이다.
w, h = map(int, input().split())
res = w+h - (w**2 + h**2)**0.5
print(res)
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 20673번 Covid-19(python) (0) | 2021.02.10 |
---|---|
백준 알고리즘 20499번 Darius님 한타 안 함?(python) (0) | 2021.02.10 |
백준 알고리즘 20353번 Atrium(python) (0) | 2021.02.10 |
백준 알고리즘 20352번 Circus(python) (0) | 2021.02.09 |
백준 알고리즘 20233번 Bicycle(python) (0) | 2021.02.09 |