当前位置:首页
> Luz 第2618页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:JMU Java & Python - count the number of words in a paragraph of text and sort them in alphabetical order
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
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
Write a function to calculate the value of the following piecewise function.Input format:Enter the value of a…
PROGRAMMING:Calculate index
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!
Print "Hello World!" on the screen.### Input:No input.### Output:Hello World!answer:If there is no answer, please comme…
PROGRAMMING:Reading Room
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
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
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
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)
Define the 'illegalscoreexception' exception class, which represents the exception beyond the reasonable range after the…