当前位置:首页
> Luz 第2656页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Find string
Programming implementation:Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Enter…
PROGRAMMING:String connection
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
Please define a fraction class, which has two private data members of integers, representing the numerator and denominat…
PROGRAMMING:Function template
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
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
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
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
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
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
Enter an integer n and find the cumulative sum of 1 + 2 + 3 +... + n.###Input format:Enter an integer.###Output format:O…