Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
パイソン。 基本
(Python) 実数
Module:
(Python) 実数
Problem
11
/11
円の面積で表した円周
Problem
円の面積から円周を計算するプログラムを書いてください。
円の既知の面積からの円周は、次の式を使用して計算できます。
\(L=\sqrt{S4\pi}\)
,
どこで
\(\pi\)
- pi;
\(S\)
- 円の面積.
入力
入力は 1 つの実数実数 - 円の面積
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