20352번 풀이 [Python]

sua·2022년 7월 21일
0

Baekjoon

목록 보기
91/161
post-thumbnail

문제


풀이

from math import pi

a = int(input())
n = (a / pi) ** 0.5 * 2 * pi
print(n)
profile
가보자고

0개의 댓글