Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C#。 基本
For 循环语句。典型任务
Module:
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