Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++。 基本
(C++) For ループ演算子。一般的なタスク
Module:
(C++) For ループ演算子。一般的なタスク
Problem
7
/16
数字の行の終了 - 1
Problem
自然数
N
が与えられます。次の式の最初の
N
要素を計算するプログラムを作成します。
\(P = {2 \over 3}\cdot{4 \over 5}\cdot{6 \over 7}\ cdot ... \cdot {{2 \cdot N} \over {2\cdot N +1}}\)
入力
入力は自然数
N
です。
インプリント
問題の答えを出力する
例
<頭>
#
入力
出力
<本体>
1
42
0.135542
表>
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary