当前位置:首页
> Luz 第2607页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Joint examination of program design
Since Hunan Agricultural University, Jishou University and Huaihua College organized the joint examination of programmin…
PROGRAMMING:Invertible prime
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
"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
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
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
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
After running the program, you can enter four options: ` FIB, sort, search, getbirthdate`**FIB: * * print Fibonacci sequ…
PROGRAMMING:Scoring rules
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
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
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…