master
nwerc-082 2016-11-19 10:36:46 +00:00
commit 2ec2ac57d2
1 changed files with 3 additions and 0 deletions

3
A.py Normal file
View File

@ -0,0 +1,3 @@
import sys
N = int(sys.stdin.readline())
print(N**0.5*4)