-->
当前位置:首页 > Luz 第2625页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Find the combination number

Luz5年前 (2021-05-10)450
According to the formula, $$C ^ {m}_{ n} = \frac{n!}{ m!( n-m)!}$$ Calculate the number of combinations of $$M $$element…

PROGRAMMING:Finding the partial sum of square and reciprocal sequence

Luz5年前 (2021-05-10)540
This problem requires two positive integers $$M $$and $$n $$($$m / Le n $$) to write programs to calculate the sequence…

PROGRAMMING:Finding the sum of the first n terms of the square root sequence

Luz5年前 (2021-05-10)421
This problem requires the preparation of procedures to calculate the sum of the first n terms of the square root sequenc…

PROGRAMMING:Calculates the value of a signed function

Luz5年前 (2021-05-10)367
For any integer $$n $$, the symbolic function $$sign (n) $$is defined as follows:![](~/ 3)Please write a program to calc…

PROGRAMMING:Finding the sum of the first n terms of factorial sequence

Luz5年前 (2021-05-10)450
This problem requires the preparation of procedures, calculation sequence $$1+ 2! + 3! + \ The sum of the first n terms…

PROGRAMMING:Finding the sum of the first n terms of an interleaved sequence

Luz5年前 (2021-05-10)393
This problem requires the preparation of procedures to calculate the sum of the first n terms of the interleaved sequenc…

PROGRAMMING:Step tariff

Luz5年前 (2021-05-10)432
In order to promote the residents to save electricity, a provincial power company implements the "ladder price". The ele…

PROGRAMMING:Output leap year

Luz5年前 (2021-05-10)478
Outputs all leap year years since the end of a certain year in the 21st century. Note: the criterion of leap year is tha…

PROGRAMMING:Statistical character

Luz5年前 (2021-05-10)443
This problem requires the preparation of procedures, input 10 characters, statistics of English letters, spaces or carri…

PROGRAMMING:The average score of students and the number of passing students were counted

Luz5年前 (2021-05-10)459
This requires the preparation of procedures to calculate the average score of students, and statistics pass (score not l…