当前位置:首页
> Luz 第3012页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Linked list operation - create, append and output
```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
```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
Design a crictangle class, the requirements are as follows:(1) The private member variables in this class store the leng…
PROGRAMMING:Median geometry
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
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
This topic requires reading in an integer and outputting the decimal representation, octal representation, hexadecimal r…
PROGRAMMING:Output date after 5 days
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
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
This topic requires reading in a positive integer n to determine whether the positive integer n contains both odd and ev…
PROGRAMMING:Output completion
If a number is exactly equal to the sum of its factors, the number is called "perfect". For example: the factor of 6 is…