当前位置:首页
> Luz 第2726页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Sum 1 to n
This problem requires programming to calculate the sum of the first $$n $$items of sequence 1 + 2 + 3 +.###Input format:…
PROGRAMMING:Show blank chessboard
Please write a program, input the number of checkerboard $$n $, output the blank checkerboard of $$n times n $.####Input…
PROGRAMMING:*Circular decryption of message
Arrange 26 English letters in a circle clockwise. The key is an integer.Encryption method:-If the key is $$ke…
PROGRAMMING:Finding the factorial of n
This problem requires the preparation of procedures to calculate the factorial of $$n $.###Input format:Input gives a no…
PROGRAMMING:Generating the power table of 2
Enter a non negative integer $$n $, generate a power table of 2, and output the value of $$2 ^ 0 $$~ $$2 ^ n $$. The pow…
PROGRAMMING:*Message Ring encryption
Arrange 26 English letters in a circle clockwise. The key is an integer.Encryption method:-If the key is $$ke…
PROGRAMMING:Display diamond
Please write a function to input the number of rows and characters of the diamond and output the corresponding diamond i…
PROGRAMMING:Simple number guessing game
A simple number guessing game is to set a positive integer within 100 as the number to be guessed in advance. Users inpu…
PROGRAMMING:Segmented calculation of residential water charges [2]
In order to encourage the residents to save water, the water company adopts the method of pricing according to the water…
PROGRAMMING:Count the average score and the number of failed students
This requires the preparation of procedures to calculate the average score of students, and statistics failed (score bel…