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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Longest ascending subsequence

Luz5年前 (2021-05-10)454
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

Luz5年前 (2021-05-10)458
When he studied the economy of developed countries, he found that people's life in developed countries is not so happy.…

PROGRAMMING:Ma huifei

Luz5年前 (2021-05-10)434
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

Luz5年前 (2021-05-10)371
According to the following code segment to improve the?? In order to achieve the specified output.```class Complex{publi…

PROGRAMMING:Player rating

Luz5年前 (2021-05-10)449
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

Luz5年前 (2021-05-10)427
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

Luz5年前 (2021-05-10)398
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

Luz5年前 (2021-05-10)433
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

Luz5年前 (2021-05-10)465
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

Luz5年前 (2021-05-10)420
This problem requires the use of selection sorting, the given $$n $$integers from small to large sorting output, and out…