Agorithm/백준 알고리즘

백준 알고리즘 15610번 Abbey Courtyard(python)

kimjinho1 2021. 2. 7. 00:01
728x90
반응형

단순 수학 문제이다.

a = int(input())
print(a**0.5 * 4)
728x90
반응형