728x90
반응형

단순 기하학 문제이다.

w, h = map(int, input().split())
res = w+h - (w**2 + h**2)**0.5
print(res)
728x90
반응형

+ Recent posts