Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
Python。 基本
(Python) 实数
Module:
(Python) 实数
Problem
11
/11
以圆的面积表示的周长
Problem
编写一个程序,根据圆的面积计算圆的周长。
从已知的圆面积可以计算出圆的周长:
\(L=\sqrt{S4\pi}\)
,
在哪里
\(\pi\)
- pi;
\(S\)
- 圆的面积。
输入
输入是一个实数一个实数-圆的面积
S
(1 <= S <= 10
3
)。
印记
显示圆的周长。
例子
<头>
#
输入
输出
东西> <正文>
1
5.0
7.926654595212022
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary