当前位置:首页
> Luz 第2902页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Bidirectional circular linked list operation of leading node
This topic requires reading in a series of integers, which are inserted into the head and tail of the bidirectional circ…
PROGRAMMING:+, -, *, / operator overload
The main functions of the program are as follows:1. Realize the addition, subtraction, multiplication and division of tw…
PROGRAMMING:Array summation
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
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)
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
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
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
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
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
This topic requires reading in n integers (the number of input numbers is determined randomly according to the input tim…