728x90
반응형
단순 수학 문제이다.
a = int(input())
res = a**0.5 * 4
print(res)
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 20499번 Darius님 한타 안 함?(python) (0) | 2021.02.10 |
---|---|
백준 알고리즘 20215번 Cutting Corners(python) (0) | 2021.02.10 |
백준 알고리즘 20352번 Circus(python) (0) | 2021.02.09 |
백준 알고리즘 20233번 Bicycle(python) (0) | 2021.02.09 |
백준 알고리즘 20232번 Archivist(python) (0) | 2021.02.09 |