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)