1
0
Fork 0
nwerc-2016/practice/A.py

4 linhas
57 B
Python

import sys
N = int(sys.stdin.readline())
print(N**0.5*4)