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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Find string

Luz5年前 (2021-05-10)533
Programming implementation:Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Enter…

PROGRAMMING:String connection

Luz5年前 (2021-05-10)412
Realize with linked list: copy the string t to the end of the string s, return the first address of the new string, and…

PROGRAMMING:Operator overloading

Luz5年前 (2021-05-10)405
Please define a fraction class, which has two private data members of integers, representing the numerator and denominat…

PROGRAMMING:Function template

Luz5年前 (2021-05-10)425
Data spacing problem (function template)Class point has two data members: X and y, representing X and Y coordinates resp…

PROGRAMMING:Definition and use of class

Luz5年前 (2021-05-10)415
Please define a point class, which has two data members: X and y, representing X and Y coordinates respectively, and has…

PROGRAMMING:The value of scientific counting

Luz5年前 (2021-05-10)382
Scientific counting is a special mathematical term. Express a number as a × 10, where 1 ≤| a | ˂ 10, n is an integer. Th…

PROGRAMMING:My Alipay and Yu Ebao

Luz5年前 (2021-05-10)388
Alipay AliPay and balance treasure AliFund are good brothers, they come from the same parent class Account.The known cla…

PROGRAMMING:Real and imaginary parts of complex numbers

Luz5年前 (2021-05-10)459
A complex number is usually represented by a string in the form of "a + bi". A is the real part of the complex number an…

PROGRAMMING:Favorite Color Stripe

Luz5年前 (2021-05-10)617
Eva is trying to make her own color stripe out of a given one. She would like to keep only her favorite colors in her fa…

PROGRAMMING:Finding the cumulative sum of 1 to n

Luz5年前 (2021-05-10)370
Enter an integer n and find the cumulative sum of 1 + 2 + 3 +... + n.###Input format:Enter an integer.###Output format:O…