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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:JMU Java & Python - count the number of words in a paragraph of text and sort them in alphabetical order

Luz5年前 (2021-05-10)498
Now we need to count the number of different words in several paragraphs.If the number of different words does not excee…

PROGRAMMING:Jack Cheng's troubles 3

Luz5年前 (2021-05-10)432
Jack Cheng encountered a programming problem in his book, but he couldn't do it. He had no choice but to ask you for hel…

PROGRAMMING:Function programming - piecewise function

Luz5年前 (2021-05-10)416
Write a function to calculate the value of the following piecewise function.![](~/ 373)Input format:Enter the value of a…

PROGRAMMING:Calculate index

Luz5年前 (2021-05-10)650
I really didn't cheat you, this is a simple problem - for any given positive integer no more than 10 $$n $$, you are req…

PROGRAMMING:Hello World!

Luz5年前 (2021-05-10)419
Print "Hello World!" on the screen.### Input:No input.### Output:Hello World!answer:If there is no answer, please comme…

PROGRAMMING:Reading Room

Luz5年前 (2021-05-10)470
TIANTI book reading room, please write a simple statistical program of book borrowing. When the reader borrows a book, t…

PROGRAMMING:Jmu-java-02 basic syntax-07-large integer addition

Luz5年前 (2021-05-10)472
There are several large integers that need to be summed.###Input formatInput a string to represent a large integer in ea…

PROGRAMMING:Calculate factorial sum

Luz5年前 (2021-05-10)405
For the given positive integer $$n $$, you need to calculate $$s = 1+ 2! + 3! + ... + N!$$。###Input format:Input to gi…

PROGRAMMING:Jmu-java-06 exception-01-common exception

Luz5年前 (2021-05-10)509
Code yourself to generate common exceptions.###Main method:1. Define an array of 5 in advance.2. Generate corresponding…

PROGRAMMING:Jmu-java-06 exception-04-custom exception (comprehensive)

Luz5年前 (2021-05-10)438
Define the 'illegalscoreexception' exception class, which represents the exception beyond the reasonable range after the…