当前位置:首页
> Luz 第2660页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Safety production of miners
There is an underground rare metal mine, which is composed of N tunnels and some connection points. Each tunnel connects…
PROGRAMMING:Email Address
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
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
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
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
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
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
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
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.
Write a program, output your name, age, college, major, class.###Output example:```outName: Zhang SanAge: 20College: Sch…