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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Linked list operation - create, append and output

Luz5年前 (2021-05-10)423
```Please write the function of creating linked list and outputting linked list. For the structure definition of the fol…

PROGRAMMING:Linked list operation - insert, find and delete

Luz5年前 (2021-05-10)488
```Please write the function of creating linked list and outputting linked list. For the structure definition of the fol…

PROGRAMMING:Design a class of crackangle

Luz5年前 (2021-05-10)438
Design a crictangle class, the requirements are as follows:(1) The private member variables in this class store the leng…

PROGRAMMING:Median geometry

Luz5年前 (2021-05-10)525
The median of N integers refers to the number in the middle of the sorted n integers (that is, the number less than it i…

PROGRAMMING:Maximum span of string

Luz5年前 (2021-05-10)418
There are three strings S, S1 and S2, in which s is not more than 300 and S1 and S2 are not more than 10.Now, we want to…

PROGRAMMING:Various forms of integer output

Luz5年前 (2021-05-10)513
This topic requires reading in an integer and outputting the decimal representation, octal representation, hexadecimal r…

PROGRAMMING:Output date after 5 days

Luz5年前 (2021-05-10)437
This topic requires reading in a date in the format of year month day, and then outputting the date 5 days later in the…

PROGRAMMING:Date format around B.C

Luz5年前 (2021-05-10)391
This topic requires reading a date in the format of: year / month / day, output whether it is BC or B.C. - month-day. If…

PROGRAMMING:Judge whether the positive integer n contains both odd and even numbers

Luz5年前 (2021-05-10)501
This topic requires reading in a positive integer n to determine whether the positive integer n contains both odd and ev…

PROGRAMMING:Output completion

Luz5年前 (2021-05-10)403
If a number is exactly equal to the sum of its factors, the number is called "perfect". For example: the factor of 6 is…