728x90
반응형
단순 수학 문제이다.
from math import pi
a = int(input())
res = (a/pi)**0.5 * 2 * pi
print(res)
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 20215번 Cutting Corners(python) (0) | 2021.02.10 |
---|---|
백준 알고리즘 20353번 Atrium(python) (0) | 2021.02.10 |
백준 알고리즘 20233번 Bicycle(python) (0) | 2021.02.09 |
백준 알고리즘 20232번 Archivist(python) (0) | 2021.02.09 |
백준 알고리즘 19944번 뉴비의 기준은 뭘까?(python) (0) | 2021.02.09 |