master
nwerc-082 2016-11-19 10:36:46 +00:00
當前提交 2ec2ac57d2
共有 1 個檔案被更改,包括 3 行新增0 行删除

3
A.py Normal file
查看文件

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