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)