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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Safety production of miners

Luz5年前 (2021-05-10)387
There is an underground rare metal mine, which is composed of N tunnels and some connection points. Each tunnel connects…

PROGRAMMING:Email Address

Luz5年前 (2021-05-10)468
It is often necessary to check whether an email address is legal. The format of e-mail address is specified in Internet…

PROGRAMMING:Grow radish

Luz5年前 (2021-05-10)570
On the other side of the mountain and the other side of the sea live a group of hardworking and drinking rabbits. There…

PROGRAMMING:Honest man and liar

Luz5年前 (2021-05-10)390
There are two kinds of people on an island: honest people and liars. Honest people always tell the truth, while liars al…

PROGRAMMING:How sad it is not to be able to use circulation

Luz5年前 (2021-05-10)418
Here is an addition table to 10:```0 + 0 = 0 0 + 1 = 1 0 + 2 = 2 0 + 3 = 3 0 + 4 = 4 0 + 5 = 5 0 + 6 = 6 0 + 7 =…

PROGRAMMING:Management of book audio and video rental

Luz5年前 (2021-05-10)444
A book and video store rents books and tapes.The framework of the following base class is givenclass Publication { pro…

PROGRAMMING:Points management of sports clubs

Luz5年前 (2021-05-10)467
A club has basketball, football and volleyball teams.The framework of the base class is given belowclass Ball { protec…

PROGRAMMING:Annual assessment of table tennis clubs

Luz5年前 (2021-05-10)470
A table tennis club has two groups A and B. Among them, group A is the main player, undertaking the task of external com…

PROGRAMMING:Complex multiplication -- operator overloading

Luz5年前 (2021-05-10)457
Establish a complex class, in which real and imaginary numbers are private data members;The nonparametric and parameteri…

PROGRAMMING:Write a program, output your name, age, college, major, class.

Luz5年前 (2021-05-10)529
Write a program, output your name, age, college, major, class.###Output example:```outName: Zhang SanAge: 20College: Sch…