当前位置:首页
> Luz 第2774页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Longest ascending subsequence
To give you an array of length N, you need to find the longest ascending subsequence in the array, and then output its l…
PROGRAMMING:average income
When he studied the economy of developed countries, he found that people's life in developed countries is not so happy.…
PROGRAMMING:Ma huifei
It is known that horse class is the parent class of Pegasus class. According to the following main functions, improve th…
PROGRAMMING:Operation of complex number class
According to the following code segment to improve the?? In order to achieve the specified output.```class Complex{publi…
PROGRAMMING:Player rating
After a contestant's performance, n judges score him, remove the highest score, and then remove the lowest score. The av…
PROGRAMMING:Find the last integer that meets the condition
This problem requires the preparation of procedures, the input of $$n $$integers into the array $$a $, and then in the a…
PROGRAMMING:Excel column name and column number conversion
Have you noticed the rule of listing in excel? It's like this: `A B C ... Y Z AA AB AC ... AY AZ BA BB BC ... BY BZ ...…
PROGRAMMING:Segment sort
Enter 10 integers in an array of 10 to sort the first 5 numbers from small to large and the last 5 numbers from large to…
PROGRAMMING:Use of list
Use the exercise list.*Define the person class1. Define private attributes string name, int age, and use eclipse to gene…
PROGRAMMING:The process of sorting by choice
This problem requires the use of selection sorting, the given $$n $$integers from small to large sorting output, and out…