nwerc-2016/practice/A.py

4 satır
57 B
Python

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