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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Modulus of the sum of factorials

Luz5年前 (2021-05-10)435
Input positive integer n, calculate s = 1+ 2!+...+ n! Where 1 ˂ = n ˂ = $$10 ^ 9 $$###Input example:For example, enter:`…

PROGRAMMING:Reverse digit string

Luz5年前 (2021-05-10)359
Input positive integer n and output its reverse sequence number string. If n = 6, output```1 2 3 4 5 6 5 4 3 2 1```###In…

PROGRAMMING:six hundred and sixty-six

Luz5年前 (2021-05-10)544
Chinese people like the number 6 very much, because people always like to say 66 Dashun. Math maniac Li likes to digitiz…

PROGRAMMING:Draw a diamond

Luz5年前 (2021-05-10)540
Diamond is a special parallelogram, which has four equal sides. The title gives the side length n of the diamond, and dr…

PROGRAMMING:Pyramid of hollow letters

Luz5年前 (2021-05-10)468
Input a capital letter and output a hollow letter pyramid.###Input format:A capital letter.###Output format:A hollow pyr…

PROGRAMMING:Upper triangle number triangle

Luz5年前 (2021-05-10)449
Input a positive integer n and output the upper triangular digital triangle with N layers.###Input format:There is only…

PROGRAMMING:Moonlight in lotus pond

Luz5年前 (2021-05-10)510
Please write a program to output the lyrics of the song "Moonlight on the lotus pond".####Input sample```in(none)```####…

PROGRAMMING:Turn back

Luz5年前 (2021-05-10)504
Physical education is about to start. Before physical education, it is essential to form a whole team. At the beginning,…

PROGRAMMING:Another upper triangle number triangle

Luz5年前 (2021-05-10)500
Input a positive integer n and output the upper triangular digital triangle with N layers.###Input format:There is only…

PROGRAMMING:Annual growth rate

Luz5年前 (2021-05-10)449
The annual sales volume of an enterprise has repeatedly reached new highs, and the general manager plans to double the s…