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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Sum 1 to n

Luz5年前 (2021-05-10)423
This problem requires programming to calculate the sum of the first $$n $$items of sequence 1 + 2 + 3 +.###Input format:…

PROGRAMMING:Show blank chessboard

Luz5年前 (2021-05-10)484
Please write a program, input the number of checkerboard $$n $, output the blank checkerboard of $$n times n $.####Input…

PROGRAMMING:*Circular decryption of message

Luz5年前 (2021-05-10)378
Arrange 26 English letters in a circle clockwise. The key is an integer.![](~/ 374)Encryption method:-If the key is $$ke…

PROGRAMMING:Finding the factorial of n

Luz5年前 (2021-05-10)427
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

Luz5年前 (2021-05-10)375
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

Luz5年前 (2021-05-10)415
Arrange 26 English letters in a circle clockwise. The key is an integer.![](~/ 374)Encryption method:-If the key is $$ke…

PROGRAMMING:Display diamond

Luz5年前 (2021-05-10)418
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

Luz5年前 (2021-05-10)439
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]

Luz5年前 (2021-05-10)410
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

Luz5年前 (2021-05-10)398
This requires the preparation of procedures to calculate the average score of students, and statistics failed (score bel…