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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Bidirectional circular linked list operation of leading node

Luz5年前 (2021-05-10)591
This topic requires reading in a series of integers, which are inserted into the head and tail of the bidirectional circ…

PROGRAMMING:+, -, *, / operator overload

Luz5年前 (2021-05-10)526
The main functions of the program are as follows:1. Realize the addition, subtraction, multiplication and division of tw…

PROGRAMMING:Array summation

Luz5年前 (2021-05-10)334
Apply for an integer array of 10 cells, input 10 integers, add 2 to odd cells, multiply 2 to even cells, and finally sum…

PROGRAMMING:Define a time class time

Luz5年前 (2021-05-10)390
This topic requires the definition of a class time to implement the definition of related member functionsclass Time{pri…

PROGRAMMING:Xiaoming's first playing card "magic" (queue or list operation)

Luz5年前 (2021-05-10)362
Xiao Ming just went to primary school, he learned the first "magic" of playing cards and performed everywhere. The conte…

PROGRAMMING:Addition, subtraction, multiplication and division operators

Luz5年前 (2021-05-10)426
The main functions are as follows: 1. Add, subtract, multiply and divide two complex numbers (C1 and C2); 2. Add, subtra…

PROGRAMMING:String test 03

Luz5年前 (2021-05-10)393
Input a string less than 20 in length, cut it into two substrings from the middle, compare the size, and output a larger…

PROGRAMMING:String test 02

Luz5年前 (2021-05-10)400
Enter a string (less than 20 in length) and split it into two strings from the middleFor example, 12345678 is divided in…

PROGRAMMING:String test 01

Luz5年前 (2021-05-10)463
Input 5 strings (length less than 10), compare the size, connect the largest string and the smallest string, big string…

PROGRAMMING:Compare data size and sort by STL

Luz5年前 (2021-05-10)398
This topic requires reading in n integers (the number of input numbers is determined randomly according to the input tim…