728x90
반응형
단순 수학 문제이다.
from math import pi
n = int(input())
print((n/pi)**0.5*2*pi)
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 1715번 카드 정렬하기(python) (0) | 2021.04.07 |
---|---|
백준 알고리즘 2075번 N번째 큰 수(python) (0) | 2021.04.07 |
백준 알고리즘 11367번 Report Card Time(python) (0) | 2021.03.25 |
백준 알고리즘 11319번 Count Me In(python) (0) | 2021.03.25 |
백준 알고리즘 11104번 Fridge of Your Dreams(python) (0) | 2021.03.25 |