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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Joint examination of program design

Luz5年前 (2021-05-10)439
Since Hunan Agricultural University, Jishou University and Huaihua College organized the joint examination of programmin…

PROGRAMMING:Invertible prime

Luz5年前 (2021-05-10)489
Please output all 4-digit reversible primes from small to large. Reversible prime number refers to: a prime number rever…

PROGRAMMING:Jack Cheng loves programming

Luz5年前 (2021-05-10)450
"It's a simple question." Jack Cheng told us.###Input format:Give an integer n (0 ˂ n ˂ 10000) in a row###Output format:…

PROGRAMMING:Jmu-java-02 basic syntax - 08 introduction to ArrayList

Luz5年前 (2021-05-10)439
This exercise is mainly used to practice how to use ArrayList to replace arrays.Create a new 'ArrayList strlist' to sto…

PROGRAMMING:Jmu-java-02 basic syntax-04-dynamic array

Luz5年前 (2021-05-10)458
According to the input n, print n-line multiplication formula table.You need to use a two-dimensional string array to st…

PROGRAMMING:Jmu-java-02 basic syntax-06-enumeration

Luz5年前 (2021-05-10)434
Define an enumeration type grade to represent the four grades of the examination, and the values include a, B, C, D and…

PROGRAMMING:Jmu-java-02 basic grammar-01 comprehensive quiz

Luz5年前 (2021-05-10)437
After running the program, you can enter four options: ` FIB, sort, search, getbirthdate`**FIB: * * print Fibonacci sequ…

PROGRAMMING:Scoring rules

Luz5年前 (2021-05-10)473
Xiao Ming played with his friends and invited five referees. For each child's performance, each referee gives a score. T…

PROGRAMMING:How many exchanges are needed

Luz5年前 (2021-05-10)479
There is a sequence of N integers. All you have to do is exchange the positions of the two integers until the whole sequ…

PROGRAMMING:Find the mantissa

Luz5年前 (2021-05-10)395
Find the last n digits of the Y power of X.###Input format:Input three positive integers x, y and N in a row, where x an…