python-algorithm
[백준] 20353
무적김두칠
2021. 3. 11. 14:39
1
2
|
import math
print( math.sqrt(int(input()))*4)
|
cs |
반응형