当前位置:首页
> Luz 第2692页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Modulus of the sum of factorials
Input positive integer n, calculate s = 1+ 2!+...+ n! Where 1 ˂ = n ˂ = $$10 ^ 9 $$###Input example:For example, enter:`…
PROGRAMMING:Reverse digit string
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
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
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
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
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
Please write a program to output the lyrics of the song "Moonlight on the lotus pond".####Input sample```in(none)```####…
PROGRAMMING:Turn back
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
Input a positive integer n and output the upper triangular digital triangle with N layers.###Input format:There is only…
PROGRAMMING:Annual growth rate
The annual sales volume of an enterprise has repeatedly reached new highs, and the general manager plans to double the s…