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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Produces the seed value of the specified random number

Luz5年前 (2021-05-10)390
Enter a four bit positive integer m, and use randInt (10009999) to generate the minimum positive integer seed of M.Tip:…

PROGRAMMING:Chicken and rabbit geometry

Luz5年前 (2021-05-10)424
Input two integers to represent the total number of chickens and rabbits and the total number of feet, write a program t…

PROGRAMMING:The plural

Luz5年前 (2021-05-10)456
Input two integers, representing the real part and imaginary part of the complex number, and require programming to outp…

PROGRAMMING:Restore binary tree

Luz5年前 (2021-05-10)367
Given a binary tree traversal and after order traversal, please implement the following two requirements:(1) Please outp…

PROGRAMMING:Digital sum

Luz5年前 (2021-05-10)396
For a given positive integer n (2 ≤ n ≤ 50), find out all 4 or 5-digit integers, the sum of which is equal to N, and cou…

PROGRAMMING:Surplus

Luz5年前 (2021-05-10)427
We define n= 1$$*$$2$$*$$...$$*$$(n-1)$$*$$n,s = 1$$*$$1! + 2$$*$$2! + ...+( n-1)$$*$$(n-1)!, Find s mod n (mod is the…

PROGRAMMING:Find a date that meets the requirements

Luz5年前 (2021-05-10)436
Each date can be converted into 8 digits. For example, April 28, 2020 corresponds to 20200428. Please find out the five…

PROGRAMMING:Origami

Luz5年前 (2021-05-10)422
A large enough rectangular paper, each time fold the long side (if it is a square, then choose any side), for example, t…

PROGRAMMING:String a-b

Luz5年前 (2021-05-10)425
This problem requires you to calculate a-b. However, the trouble is that both a and B are strings - that is, delete all…

PROGRAMMING:Fibonacci

Luz5年前 (2021-05-10)357
Fibonacci sequence refers to such a sequence: 0,1,1,2,3,5,8,..., starting from the third term, each term is equal to the…