-Code
from math import sqrt
n = int(input())
print(round(6 * sqrt((2 * n) / (3 * sqrt(3))), 8))
'Beakjoon&프로그래머스 > 파이썬' 카테고리의 다른 글
[백준/파이썬] 8815번 Test (0) | 2022.12.02 |
---|---|
[백준/파이썬] 16316번 Baby Bites (0) | 2022.12.01 |
[백준/파이썬] 26082번 특정 대문자를 소문자로 바꾸기 (0) | 2022.11.30 |
[백준/파이썬] 26082번 WARBOY (0) | 2022.11.28 |
[백준/파이썬] 7947번 Koncert (0) | 2022.11.27 |